org.apache.openejb.client
Class Options.NullLog
java.lang.Object
org.apache.openejb.client.Options.NullLog
- All Implemented Interfaces:
- Options.Log
- Enclosing class:
- Options
public static class Options.NullLog
- extends java.lang.Object
- implements Options.Log
Method Summary |
void |
debug(java.lang.String message)
|
void |
debug(java.lang.String message,
java.lang.Throwable t)
|
void |
info(java.lang.String message)
|
void |
info(java.lang.String message,
java.lang.Throwable t)
|
boolean |
isDebugEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isWarningEnabled()
|
void |
warning(java.lang.String message)
|
void |
warning(java.lang.String message,
java.lang.Throwable t)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Options.NullLog
public Options.NullLog()
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface Options.Log
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface Options.Log
isWarningEnabled
public boolean isWarningEnabled()
- Specified by:
isWarningEnabled
in interface Options.Log
warning
public void warning(java.lang.String message,
java.lang.Throwable t)
- Specified by:
warning
in interface Options.Log
warning
public void warning(java.lang.String message)
- Specified by:
warning
in interface Options.Log
debug
public void debug(java.lang.String message,
java.lang.Throwable t)
- Specified by:
debug
in interface Options.Log
debug
public void debug(java.lang.String message)
- Specified by:
debug
in interface Options.Log
info
public void info(java.lang.String message,
java.lang.Throwable t)
- Specified by:
info
in interface Options.Log
info
public void info(java.lang.String message)
- Specified by:
info
in interface Options.Log
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.