org.apache.openejb.util
Class OptionsLog
java.lang.Object
org.apache.openejb.util.OptionsLog
- All Implemented Interfaces:
- Options.Log
public class OptionsLog
- extends Object
- implements Options.Log
- Version:
- $Rev: 1182222 $ $Date: 2011-10-12 06:32:01 +0000 (Wed, 12 Oct 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionsLog
public OptionsLog()
OptionsLog
public OptionsLog(Logger logger)
install
public static void install()
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
debug
public void debug(String message)
- Specified by:
debug in interface Options.Log
debug
public void debug(String message,
Throwable t)
- Specified by:
debug in interface Options.Log
info
public void info(String message)
- Specified by:
info in interface Options.Log
info
public void info(String message,
Throwable t)
- Specified by:
info in interface Options.Log
warning
public void warning(String message)
- Specified by:
warning in interface Options.Log
warning
public void warning(String message,
Throwable t)
- Specified by:
warning in interface Options.Log
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.