Uses of Interface
net.htmlparser.jericho.Logger

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 StreamedSource.getLogger()
          Returns the Logger that handles log messages.
 Logger Source.getLogger()
          Returns the Logger that handles log messages.
 Logger LoggerProvider.getLogger(String name)
          Creates a new Logger instance with the specified name.
 

Methods in net.htmlparser.jericho with parameters of type Logger
 void StreamedSource.setLogger(Logger logger)
          Sets the Logger that handles log messages.
 void Source.setLogger(Logger logger)
          Sets the Logger that handles log messages.