org.apache.cocoon.core
Class CoreUtil.LoggerWrapper

java.lang.Object
  extended byorg.apache.cocoon.core.CoreUtil.LoggerWrapper
All Implemented Interfaces:
Logger
Enclosing class:
CoreUtil

protected static final class CoreUtil.LoggerWrapper
extends Object
implements Logger


Constructor Summary
CoreUtil.LoggerWrapper(BootstrapEnvironment env)
           
 
Method Summary
 void debug(String arg0)
           
 void debug(String arg0, Throwable arg1)
           
 void error(String arg0)
           
 void error(String arg0, Throwable arg1)
           
 void fatalError(String arg0)
           
 void fatalError(String arg0, Throwable arg1)
           
 Logger getChildLogger(String arg0)
           
 void info(String arg0)
           
 void info(String arg0, Throwable arg1)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isFatalErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
protected  void text(String arg0, Throwable arg1)
           
 void warn(String arg0)
           
 void warn(String arg0, Throwable arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreUtil.LoggerWrapper

public CoreUtil.LoggerWrapper(BootstrapEnvironment env)
Method Detail

text

protected void text(String arg0,
                    Throwable arg1)

debug

public void debug(String arg0,
                  Throwable arg1)
Specified by:
debug in interface Logger

debug

public void debug(String arg0)
Specified by:
debug in interface Logger

error

public void error(String arg0,
                  Throwable arg1)
Specified by:
error in interface Logger

error

public void error(String arg0)
Specified by:
error in interface Logger

fatalError

public void fatalError(String arg0,
                       Throwable arg1)
Specified by:
fatalError in interface Logger

fatalError

public void fatalError(String arg0)
Specified by:
fatalError in interface Logger

getChildLogger

public Logger getChildLogger(String arg0)
Specified by:
getChildLogger in interface Logger

info

public void info(String arg0,
                 Throwable arg1)
Specified by:
info in interface Logger

info

public void info(String arg0)
Specified by:
info in interface Logger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface Logger

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface Logger

isFatalErrorEnabled

public boolean isFatalErrorEnabled()
Specified by:
isFatalErrorEnabled in interface Logger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface Logger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface Logger

warn

public void warn(String arg0,
                 Throwable arg1)
Specified by:
warn in interface Logger

warn

public void warn(String arg0)
Specified by:
warn in interface Logger


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.