app.util
Interface Logger


public interface Logger

Message logging interface.


Method Summary
 void log(java.lang.String msg)
          Outputs the given message to the log stream if logging is enabled.
 boolean logIsEnabled()
          Indicates if log output generation is currently enabled.
 

Method Detail

log

void log(java.lang.String msg)
Outputs the given message to the log stream if logging is enabled.


logIsEnabled

boolean logIsEnabled()
Indicates if log output generation is currently enabled.