Simple Log Handler
Deprecated
Deprecated
Use a LogMessageFormatter and obtain the level and cause separately.
Functions
Link copied to clipboard
public abstract void handleFormattedLogMessage(Level level, String message, @Nullable() @Nullable() Throwable thrown)
Handles a single formatted log statement with the given level, message and "cause".