| Interface | Description |
|---|---|
| LogClientBundle | |
| LogClientBundle.LogCssResource | |
| LogImplInterface |
| Class | Description |
|---|---|
| LogImpl |
Abstract base class implementing
LogImplInterface. |
| LogImplBase |
Common implementation for all classes that are not expected to be compiled out, i.e.
|
| LogImplDebug |
Debugging implementation of
LogImplInterface for the Log.LOG_LEVEL_DEBUG log level. |
| LogImplError |
Implementation of
LogImplInterface which attempts to compile out all code with a log level lower
than Log.LOG_LEVEL_ERROR. |
| LogImplFatal |
Implementation of
LogImplInterface which attempts to compile out all code with a log level lower
than Log.LOG_LEVEL_FATAL. |
| LogImplInfo |
Implementation of
LogImplInterface which attempts to compile out all code with a log level lower
than Log.LOG_LEVEL_INFO. |
| LogImplOff |
Implementation of
LogImplInterface that is designed to be compiled out via GWT compiler
dead code
elimination. |
| LogImplTrace |
Debugging implementation of
LogImplInterface for the Log.LOG_LEVEL_DEBUG log level. |
| LogImplWarn |
Implementation of
LogImplInterface which attempts to compile out all code with a log level lower
than Log.LOG_LEVEL_WARN. |
| RemoteLoggerLegacyDisabled |
Temporary class used to inform the developer that the RemoteLogger has a new
activation method which involves module inheritance rather than the setting
of a property.
|
| RemoteLoggerLegacyEnabled |
Temporary class used to inform the developer that the RemoteLogger has a new
activation method which involves module inheritance rather than the setting
of a property.
|