| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal | |
| org.opendaylight.vtn.manager.internal.util.log | |
| org.opendaylight.vtn.manager.internal.util.tx | |
| org.opendaylight.vtn.manager.internal.vnode.xml |
This package contains XML bindings to models for VTN tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
String msg)
Log the specified message.
|
void |
TxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
String format,
Object... args)
Log a message according to the specified format string and arguments.
|
void |
TxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
String msg,
Throwable t)
Log the specified message and exception.
|
void |
TxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
Throwable t,
String format,
Object... args)
Log the specified throwable and a message according to the given
format string and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
VTNLogLevel |
FixedLogger.getLogLevel()
Return the logging level.
|
static VTNLogLevel |
VTNLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VTNLogLevel[] |
VTNLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FixedLogger |
FixedLoggerCache.get(org.slf4j.Logger logger,
VTNLogLevel level)
Return a
FixedLogger instance that keeps the given logger and
logging level. |
| Constructor and Description |
|---|
FixedLogger(org.slf4j.Logger log,
VTNLogLevel level)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadTxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
String msg)
Log the specified message.
|
void |
ReadTxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
String format,
Object... args)
Log a message according to the specified format string and arguments.
|
void |
ReadTxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
String msg,
Throwable t)
Log the specified message and exception.
|
void |
ReadTxContext.log(org.slf4j.Logger logger,
VTNLogLevel level,
Throwable t,
String format,
Object... args)
Log the specified throwable and a message according to the given
format string and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlLogger.log(VTNLogLevel level,
String format,
Object... args)
Log a message according to the specified format string and arguments.
|
void |
XmlLogger.log(VTNLogLevel level,
Throwable t,
String format,
Object... args)
Log the specified throwable and a message according to the given
format string and arguments.
|
Copyright © 2018 OpenDaylight. All rights reserved.