Package | Description |
---|---|
de.novanic.eventservice.client.logger |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientLogger |
class |
GWTClientLogger
This
ClientLogger uses GWT.log(String, Throwable)
to log client messages. |
Modifier and Type | Method and Description |
---|---|
static ClientLogger |
ClientLoggerFactory.getClientLogger()
Creates a new
ClientLogger and holds it as a singleton (only one
instance can exist). |
Modifier and Type | Method and Description |
---|---|
void |
ClientLogger.attach(ClientLogger aClientLogger) |
void |
AbstractClientLogger.attach(ClientLogger aClientLogger) |
void |
ClientLogger.detach(ClientLogger aClientLogger) |
void |
AbstractClientLogger.detach(ClientLogger aClientLogger) |
Copyright © 2012. All Rights Reserved.