Frames | No Frames |
Classes implementing au.id.jericho.lib.html.Logger | |
class | Provides an implementation of the Logger interface that sends output to the specified java.io.Writer . |
Methods with parameter type au.id.jericho.lib.html.Logger | |
void | Sets the Logger that handles log messages. |
Methods with return type au.id.jericho.lib.html.Logger | |
Logger | Returns the Logger that handles log messages. |
Logger | LoggerProvider.getLogger(String name) Creates a new Logger instance with the specified name. |