Uses of Interface
net.htmlparser.jericho.Logger
Packages that use Logger
-
Uses of Logger in net.htmlparser.jericho
Classes in net.htmlparser.jericho that implement LoggerModifier and TypeClassDescriptionclass
Provides an implementation of theLogger
interface that sends output to the specifiedjava.io.Writer
.Methods in net.htmlparser.jericho that return LoggerModifier and TypeMethodDescriptionCreates a newLogger
instance with the specified name.Source.getLogger()
Returns theLogger
that handles log messages.StreamedSource.getLogger()
Returns theLogger
that handles log messages.Methods in net.htmlparser.jericho with parameters of type Logger