public interface LogMessageFormatter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String logLevelText,
java.lang.String category,
java.lang.String message,
java.lang.Throwable throwable)
Format a log message.
|
java.lang.String format(java.lang.String logLevelText,
java.lang.String category,
java.lang.String message,
java.lang.Throwable throwable)
logLevelText - String representing the level at which this message was loggedcategory - the category to logmessage - the application's message to logthrowable - the exception to log or null