org.jboss.errai.common.client.logging.handlers
Class ErraiFirebugLogHandler
java.lang.Object
java.util.logging.Handler
com.google.gwt.logging.client.FirebugLogHandler
org.jboss.errai.common.client.logging.handlers.ErraiFirebugLogHandler
- All Implemented Interfaces:
- ErraiLogHandler
public class ErraiFirebugLogHandler
- extends com.google.gwt.logging.client.FirebugLogHandler
- implements ErraiLogHandler
An extension of FirebugLogHandler
that uses a given Formatter
.
- Author:
- Max Barkley
Methods inherited from class com.google.gwt.logging.client.FirebugLogHandler |
close, flush, publish |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErraiFirebugLogHandler
public ErraiFirebugLogHandler(Formatter formatter)
ErraiFirebugLogHandler
public ErraiFirebugLogHandler()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface ErraiLogHandler
setLevel
public void setLevel(Level newLevel)
- Specified by:
setLevel
in interface ErraiLogHandler
- Overrides:
setLevel
in class Handler
getLevel
public Level getLevel()
- Specified by:
getLevel
in interface ErraiLogHandler
- Overrides:
getLevel
in class Handler
staticSetLevel
public static void staticSetLevel(String newLevel)
staticGetLevel
public static String staticGetLevel()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.