org.jboss.errai.common.client.logging.handlers
Class ErraiSystemLogHandler
java.lang.Object
java.util.logging.Handler
com.google.gwt.logging.client.SystemLogHandler
org.jboss.errai.common.client.logging.handlers.ErraiSystemLogHandler
- All Implemented Interfaces:
- ErraiLogHandler
public class ErraiSystemLogHandler
- extends com.google.gwt.logging.client.SystemLogHandler
- implements ErraiLogHandler
An extension of SystemLogHandler
that uses a given Formatter
.
- Author:
- Max Barkley
Methods inherited from class com.google.gwt.logging.client.SystemLogHandler |
close, flush, publish |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErraiSystemLogHandler
public ErraiSystemLogHandler()
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.