-
public interface LogHandlerUsed byLogUtilsto 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 voidhandle(Level level, String className, String methodName, String message, Throwable thrown)Called byLogUtilslog methods to further processing log information.
-