log abstract method
Base logging method. Implement this method to display the message
.
The method is called if the log level is enabled.
Implementation
void log(String message);
Base logging method. Implement this method to display the message
.
The method is called if the log level is enabled.
void log(String message);