Uses of Interface
net.htmlparser.jericho.Logger
-
Packages that use Logger Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of Logger in net.htmlparser.jericho
Classes in net.htmlparser.jericho that implement Logger Modifier and Type Class Description classWriterLoggerProvides an implementation of theLoggerinterface that sends output to the specifiedjava.io.Writer.Methods in net.htmlparser.jericho that return Logger Modifier and Type Method Description LoggerLoggerProvider. getLogger(java.lang.String name)Creates a newLoggerinstance with the specified name.LoggerSource. getLogger()Returns theLoggerthat handles log messages.LoggerStreamedSource. getLogger()Returns theLoggerthat handles log messages.Methods in net.htmlparser.jericho with parameters of type Logger Modifier and Type Method Description voidSource. setLogger(Logger logger)Sets theLoggerthat handles log messages.voidStreamedSource. setLogger(Logger logger)Sets theLoggerthat handles log messages.
-