Uses of Interface
org.htmlunit.WebConsole.Logger
-
Packages that use WebConsole.Logger Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of WebConsole.Logger in org.htmlunit
Methods in org.htmlunit that return WebConsole.Logger Modifier and Type Method Description WebConsole.Logger
WebConsole. getLogger()
Returns the current Logger.Methods in org.htmlunit with parameters of type WebConsole.Logger Modifier and Type Method Description void
WebConsole. setLogger(WebConsole.Logger logger)
Sets the Logger_.
-