Class Summary |
ConsoleLogger |
Logger which sends output via $wnd.console . |
DivLogger |
Logger which outputs to a draggable floating DIV . |
FirebugLogger |
Deprecated. used ConsoleLogger instead |
GWTLogger |
Logger which outputs to GWT.log(String, Throwable) . |
Log |
|
LogUtil |
|
NullLogger |
Logger which does nothing, used by deferred binding. |
RemoteLogger |
Fake RemoteLogger, which is used by default when the gwt-log-RemoteLogger
module has not been inherited by the application. |
RemoteLoggerImpl |
Logger which sends log records via GWT RPC to the server where it can be deobfuscated and logged. |
SystemLogger |
Logger which sends output to System.err for ERROR level messages and
above, and to System.out otherwise. |
WindowLogger |
Logger which outputs to a draggable floating DIV . |