ConsoleLogHandler
instead.@Deprecated
public class FirebugLogHandler
extends java.util.logging.Handler
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 and Description |
---|
FirebugLogHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
|
void |
publish(java.util.logging.LogRecord record)
Deprecated.
|
public void close()
close
in class java.util.logging.Handler
public void flush()
flush
in class java.util.logging.Handler
public void publish(java.util.logging.LogRecord record)
publish
in class java.util.logging.Handler