Uses of Interface
net.htmlparser.jericho.Logger

Packages that use Logger
net.htmlparser.jericho Jericho HTML Parser 3.2 
 

Uses of Logger in net.htmlparser.jericho
 

Classes in net.htmlparser.jericho that implement Logger
 class WriterLogger
          Provides an implementation of the Logger interface that sends output to the specified java.io.Writer.
 

Methods in net.htmlparser.jericho that return Logger
 Logger Source.getLogger()
          Returns the Logger that handles log messages.
 Logger StreamedSource.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 net.htmlparser.jericho with parameters of type Logger
 void Source.setLogger(Logger logger)
          Sets the Logger that handles log messages.
 void StreamedSource.setLogger(Logger logger)
          Sets the Logger that handles log messages.