|
GWT 2.6.1 | |||||||||
| 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.FirebugLogHandler
ConsoleLogHandler instead.
@Deprecated public class FirebugLogHandler
A Handler that prints logs to window.console which is used by Firebug.
Note we are consciously using 'window' rather than '$wnd' to avoid issues similar to http://code.google.com/p/fbug/issues/detail?id=2914
Note this handler will only be used in old versions of Firebug which expose
their versions in 'window.console.firebug'; newer versions will use the
ConsoleLogHandler instead. See
http://code.google.com/p/fbug/issues/detail?id=4772
Because of this, this handle will log a warning when initialized.
| Constructor Summary | |
|---|---|
FirebugLogHandler()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
close()
Deprecated. |
void |
flush()
Deprecated. |
void |
publish(java.util.logging.LogRecord record)
Deprecated. |
| Methods inherited from class java.util.logging.Handler |
|---|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FirebugLogHandler()
| 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
|
GWT 2.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||