public interface UseJLogger
Modifier and Type | Method and Description |
---|---|
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.
|