Uses of Interface
au.id.jericho.lib.html.Logger

Uses of Logger in au.id.jericho.lib.html
 

Classes in au.id.jericho.lib.html that implement Logger
 class WriterLogger
          Provides an implementation of the Logger interface that sends output to the specified java.io.Writer.
 

Methods in au.id.jericho.lib.html that return Logger
 Logger Source.getLogger()
          Returns the Logger that handles log messages.
 Logger LoggerProvider.getLogger(java.lang.String name)
          Creates a new Logger instance with the specified name.
 

Methods in au.id.jericho.lib.html with parameters of type Logger
 void Source.setLogger(Logger logger)
          Sets the Logger that handles log messages.