org.apache.openejb.loader
Class Options.NullLog

java.lang.Object
  extended by org.apache.openejb.loader.Options.NullLog
All Implemented Interfaces:
Options.Log
Enclosing class:
Options

public static class Options.NullLog
extends Object
implements Options.Log


Constructor Summary
Options.NullLog()
           
 
Method Summary
 void debug(String message)
           
 void debug(String message, Throwable t)
           
 void info(String message)
           
 void info(String message, Throwable t)
           
 boolean isDebugEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarningEnabled()
           
 void warning(String message)
           
 void warning(String message, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options.NullLog

public Options.NullLog()
Method Detail

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(String message,
                    Throwable t)
Specified by:
warning in interface Options.Log

warning

public void warning(String message)
Specified by:
warning in interface Options.Log

debug

public void debug(String message,
                  Throwable t)
Specified by:
debug in interface Options.Log

debug

public void debug(String message)
Specified by:
debug in interface Options.Log

info

public void info(String message,
                 Throwable t)
Specified by:
info in interface Options.Log

info

public void info(String message)
Specified by:
info in interface Options.Log


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.