| Package | Description |
|---|---|
| de.hybris.platform.patches.internal.logger | |
| de.hybris.platform.patches.internal.logger.impl |
| Modifier and Type | Method and Description |
|---|---|
static PatchLogger.LoggingMode |
PatchLogger.LoggingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatchLogger.LoggingMode[] |
PatchLogger.LoggingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchLogger.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg)
Log a message at the ERROR level.
|
void |
PatchLogger.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object... arguments)
Log a message at the ERROR level according to the specified message and arguments.
|
void |
PatchLogger.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg)
Log a message at the ERROR level according to the specified message and argument.
|
void |
PatchLogger.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Log a message at the ERROR level according to the specified message and arguments.
|
void |
PatchLogger.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Throwable t)
Log an exception (throwable) at the ERROR level with an accompanying message.
|
void |
PatchLogger.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg)
Log a message at the INFO level.
|
void |
PatchLogger.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object... arguments)
Log a message at the INFO level according to the specified message and arguments.
|
void |
PatchLogger.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg)
Log a message at the INFO level according to the specified message and argument.
|
void |
PatchLogger.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Log a message at the INFO level according to the specified message and arguments.
|
void |
PatchLogger.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Throwable t)
Log an exception (throwable) at the INFO level with an accompanying message.
|
void |
PatchLogger.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg)
Log a message at the WARN level.
|
void |
PatchLogger.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object... arguments)
Log a message at the WARN level according to the specified message and arguments.
|
void |
PatchLogger.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg)
Log a message at the WARN level according to the specified message and argument.
|
void |
PatchLogger.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2)
Log a message at the WARN level according to the specified message and arguments.
|
void |
PatchLogger.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Throwable t)
Log an exception (throwable) at the WARN level with an accompanying message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg) |
void |
PatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object... objects) |
void |
PatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg) |
void |
PatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2) |
void |
PatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Throwable throwable) |
void |
PatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg) |
void |
PatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object... objects) |
void |
PatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg) |
void |
PatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2) |
void |
PatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Throwable throwable) |
void |
PatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg) |
void |
PatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object... objects) |
void |
PatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg) |
void |
PatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Object arg1,
java.lang.Object arg2) |
void |
PatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode,
java.lang.String msg,
java.lang.Throwable throwable) |
Copyright © 2018 SAP SE. All Rights Reserved.