org.mortbay.log
Class Slf4jLog

java.lang.Object
  extended by org.mortbay.log.Slf4jLog
All Implemented Interfaces:
Logger

 class Slf4jLog
extends Object
implements Logger


Field Summary
private  Method debugEnabled
           
private  Method debugSOO
           
private  Method debugST
           
private  Method infoSOO
           
private  Object logger
           
private static String LOGGER
           
private static String LOGGERFACTORY
           
private static Object[] NO_ARGS
           
private  Method warnSOO
           
private  Method warnST
           
 
Constructor Summary
Slf4jLog()
           
Slf4jLog(String name)
           
 
Method Summary
 void debug(String msg, Object arg0, Object arg1)
           
 void debug(String msg, Throwable th)
           
 Logger getLogger(String name)
           
 void info(String msg, Object arg0, Object arg1)
           
 boolean isDebugEnabled()
           
 String toString()
           
 void warn(String msg, Object arg0, Object arg1)
           
 void warn(String msg, Throwable th)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOGGER

private static final String LOGGER
See Also:
Constant Field Values

LOGGERFACTORY

private static final String LOGGERFACTORY
See Also:
Constant Field Values

NO_ARGS

private static final Object[] NO_ARGS

infoSOO

private Method infoSOO

debugSOO

private Method debugSOO

debugST

private Method debugST

debugEnabled

private Method debugEnabled

warnSOO

private Method warnSOO

warnST

private Method warnST

logger

private Object logger
Constructor Detail

Slf4jLog

Slf4jLog()
   throws Exception
Throws:
Exception

Slf4jLog

Slf4jLog(String name)
   throws Exception
Throws:
Exception
Method Detail

debug

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

debug

public void debug(String msg,
                  Throwable th)
Specified by:
debug in interface Logger

isDebugEnabled

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

info

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

warn

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

warn

public void warn(String msg,
                 Throwable th)
Specified by:
warn in interface Logger

getLogger

public Logger getLogger(String name)
Specified by:
getLogger in interface Logger

toString

public String toString()
Overrides:
toString in class Object