Modifier and Type | Field and Description |
---|---|
protected LogCompat |
LoggingOutputStream.log |
protected LogCompat |
LoggingInputStream.log |
protected static LogCompat |
MessageLogger.LOG |
Constructor and Description |
---|
LoggingInputStream(InputStream wrapped,
LogCompat log) |
LoggingOutputStream(OutputStream wrapped,
LogCompat log) |
Modifier and Type | Field and Description |
---|---|
protected static LogCompat |
BaseBackendResource.LOG |
protected static LogCompat |
AbstractBackendCollectionResource.LOG |
Modifier and Type | Field and Description |
---|---|
protected static LogCompat |
RsdlBuilder.LOG |
Modifier and Type | Field and Description |
---|---|
protected static LogCompat |
LoginValidator.LOG |
Modifier and Type | Field and Description |
---|---|
protected static LogCompat |
DateMapper.LOG |
Modifier and Type | Field and Description |
---|---|
protected static LogCompat |
TypeConversionHelper.LOG |
Modifier and Type | Field and Description |
---|---|
protected LogCompat |
CommandBase.log |
Modifier and Type | Field and Description |
---|---|
protected static LogCompat |
ISCSIStorageHelper.log |
Modifier and Type | Method and Description |
---|---|
protected LogCompat |
NFSStorageHelper.getLog() |
protected abstract LogCompat |
BaseFsStorageHelper.getLog() |
protected LogCompat |
LOCALFSStorageHelper.getLog() |
Modifier and Type | Method and Description |
---|---|
protected void |
StorageHelperBase.printLog(LogCompat logger,
String connectionField,
String errorCode) |
Modifier and Type | Method and Description |
---|---|
static LogCompat |
LogFactoryCompat.getLog(Class loggedClass) |
Modifier and Type | Field and Description |
---|---|
protected LogCompat |
VdcCommandBase.log |
Modifier and Type | Method and Description |
---|---|
protected static void |
LoggedUtils.log(LogCompat log,
Logged.LogLevel logLevel,
String message,
Object... parameters)
Log a message to the log, taking into account the log level (checking if it's active, and using it in the log).
|
static void |
LoggedUtils.logEntry(LogCompat log,
String id,
Object obj)
Log entry into a command to the given log, using the specification in the
Logged annotation on the
object's. |
static void |
LoggedUtils.logError(LogCompat log,
String id,
Object obj,
Throwable t)
Log error of a command to the given log, using the specification in the
Logged annotation on the
object's. |
static void |
LoggedUtils.logReturn(LogCompat log,
String id,
Object obj,
Object returnValue)
Log return of a command to the given log, using the specification in the
Logged annotation on the
object's. |
Copyright © 2012. All Rights Reserved.