com.allen_sauer.gwt.log.client
Interface LogMessageFormatter
public interface LogMessageFormatter
Interface for deferred binding generator.
Method Summary |
java.lang.String |
format(java.lang.String logLevelText,
java.lang.String category,
java.lang.String message,
java.lang.Throwable throwable)
Format a log message. |
format
java.lang.String format(java.lang.String logLevelText,
java.lang.String category,
java.lang.String message,
java.lang.Throwable throwable)
- Format a log message.
- Parameters:
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
- Returns:
- a formatted message using the 'log_pattern' pattern