Interface ILogger
-
public interface ILoggerInterface for apps to configure the external logging and implement the callback to designate the output of the log messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(int logLevel, java.lang.String message)Interface method for apps to hand off each log message as it's generated.
-