org.seasar.framework.log
クラス Logger
java.lang.Object
org.seasar.framework.log.Logger
- public final class Logger
- extends Object
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getLogger
public static Logger getLogger(Class clazz)
initialize
public static void initialize()
dispose
public static void dispose()
isDebugEnabled
public final boolean isDebugEnabled()
debug
public final void debug(Object message,
Throwable throwable)
debug
public final void debug(Object message)
isInfoEnabled
public final boolean isInfoEnabled()
info
public final void info(Object message,
Throwable throwable)
info
public final void info(Object message)
warn
public final void warn(Object message,
Throwable throwable)
warn
public final void warn(Object message)
error
public final void error(Object message,
Throwable throwable)
error
public final void error(Object message)
fatal
public final void fatal(Object message,
Throwable throwable)
fatal
public final void fatal(Object message)
log
public final void log(Throwable throwable)
log
public final void log(String messageCode,
Object[] args)
log
public final void log(String messageCode,
Object[] args,
Throwable throwable)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.