-
public interface LogHandler
Used byLogUtils
to send to the information just logged for further processing.- Author:
- claudio.rosati@esss.se
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(Level level, String className, String methodName, String message, Throwable thrown)
Called byLogUtils
log methods to further processing log information.
-