public static interface JsonGenerationContext.JsonLogger
JsonGenerationContext
.
CAUTION:
This class is still in development and may change drastically without any further notice.Modifier and Type | Method and Description |
---|---|
void |
logDebug(String message)
Logs the given message with the log level debug.
|
void |
logError(String message)
Logs the given message with the log level error.
|
void |
logError(String message,
Throwable throwable)
Logs the given message and the given
Throwable with the log level error. |
void |
logInfo(String message)
Logs the given message with the log level info.
|
void |
logWarning(String message)
Logs the given message with the log level warning.
|
void logDebug(@NotNull String message)
message
- the message to logvoid logInfo(@NotNull String message)
message
- the message to logvoid logWarning(@NotNull String message)
message
- the message to logvoid logError(@NotNull String message)
message
- the message to logCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210