@Deprecated public interface LoggerFormatter
| Modifier and Type | Method and Description |
|---|---|
String |
format(Level logLevel,
String message,
Throwable throwable)
Deprecated.
Formats the inputs into a string that will be printed.
|
String format(Level logLevel, String message, @Nullable Throwable throwable)
logLevel - the log level.message - the message.throwable - the throwable, which can be null.Copyright © 2024 Couchbase, Inc.. All rights reserved.