net.sourceforge.hiveutils.service.impl
Class LogWrapper

java.lang.Object
  extended by org.apache.commons.logging.impl.NoOpLog
      extended by net.sourceforge.hiveutils.service.impl.LogWrapper
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.logging.Log

public class LogWrapper
extends org.apache.commons.logging.impl.NoOpLog

See Also:
Serialized Form

Constructor Summary
LogWrapper(org.apache.commons.logging.Log logger, LoggingLevel level)
           
 
Method Summary
 void debug(java.lang.Object message)
           
 void debug(java.lang.Object message, java.lang.Throwable t)
           
 
Methods inherited from class org.apache.commons.logging.impl.NoOpLog
error, error, fatal, fatal, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogWrapper

public LogWrapper(org.apache.commons.logging.Log logger,
                  LoggingLevel level)
Method Detail

debug

public void debug(java.lang.Object message)
Specified by:
debug in interface org.apache.commons.logging.Log
Overrides:
debug in class org.apache.commons.logging.impl.NoOpLog

debug

public void debug(java.lang.Object message,
                  java.lang.Throwable t)
Specified by:
debug in interface org.apache.commons.logging.Log
Overrides:
debug in class org.apache.commons.logging.impl.NoOpLog