Uses of Interface
org.htmlunit.WebConsole.Logger
-
Packages that use WebConsole.Logger Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of WebConsole.Logger in org.htmlunit
Classes in org.htmlunit that implement WebConsole.Logger Modifier and Type Class Description private static classWebConsole.DefaultLoggerThis class is the default logger used by WebConsole.Fields in org.htmlunit declared as WebConsole.Logger Modifier and Type Field Description private WebConsole.LoggerWebConsole. logger_Methods in org.htmlunit that return WebConsole.Logger Modifier and Type Method Description WebConsole.LoggerWebConsole. getLogger()Returns the current Logger.Methods in org.htmlunit with parameters of type WebConsole.Logger Modifier and Type Method Description voidWebConsole. setLogger(WebConsole.Logger logger)Sets the Logger_.
-