Package com.google.gwt.logging.client
Class SimpleRemoteLogHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- com.google.gwt.logging.client.RemoteLogHandlerBase
-
- com.google.gwt.logging.client.SimpleRemoteLogHandler
-
public final class SimpleRemoteLogHandler extends RemoteLogHandlerBase
A very simple handler which sends messages to the server via GWT RPC to be logged. Note that this logger does not do any intelligent batching of RPC's, nor does it disable when the RPC calls fail repeatedly.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
SimpleRemoteLogHandler.DefaultCallback
-
Field Summary
-
Fields inherited from class com.google.gwt.logging.client.RemoteLogHandlerBase
WIRE_LOGGER_NAME, wireLogger
-
-
Constructor Summary
Constructors Constructor Description SimpleRemoteLogHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
publish(java.util.logging.LogRecord record)
-
Methods inherited from class com.google.gwt.logging.client.RemoteLogHandlerBase
close, flush, isLoggable
-
-