|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.Handler
com.google.gwt.logging.client.SimpleRemoteLogHandler
public final class SimpleRemoteLogHandler
A very simple handler which sends messages to the server via GWT RPC to be logged. Note that this logger should not be used in production. It does not do any intelligent batching of RPC's, nor does it disable when the RPC calls fail repeatedly.
| Constructor Summary | |
|---|---|
SimpleRemoteLogHandler()
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
void |
publish(java.util.logging.LogRecord record)
|
| Methods inherited from class java.util.logging.Handler |
|---|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, setEncoding, setErrorManager, setFilter, setFormatter, setLevel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleRemoteLogHandler()
| Method Detail |
|---|
public void close()
close in class java.util.logging.Handlerpublic void flush()
flush in class java.util.logging.Handlerpublic void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.Handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||