Package nablarch.core.log
Class NablarchLogger
java.lang.Object
org.slf4j.helpers.MarkerIgnoringBase
nablarch.core.log.NablarchLogger
- All Implemented Interfaces:
Serializable
,org.slf4j.Logger
public class NablarchLogger
extends org.slf4j.helpers.MarkerIgnoringBase
SLF4Jのロガーを実装したクラス。
ログ出力をNablarchのロガーに委譲する。
- See Also:
-
Field Summary
Fields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME
-
Constructor Summary
-
Method Summary
Methods inherited from class org.slf4j.helpers.MarkerIgnoringBase
debug, debug, debug, debug, debug, error, error, error, error, error, info, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, toString, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.slf4j.Logger
getName
-
Field Details
-
name
-
-
Constructor Details
-
NablarchLogger
コンストラクタ。- Parameters:
logger
- Nablarchのロガー
-
-
Method Details
-
isTraceEnabled
public boolean isTraceEnabled() -
trace
-
trace
-
trace
-
trace
-
trace
-
isDebugEnabled
public boolean isDebugEnabled() -
debug
-
debug
-
debug
-
debug
-
debug
-
isInfoEnabled
public boolean isInfoEnabled() -
info
-
info
-
info
-
info
-
info
-
isWarnEnabled
public boolean isWarnEnabled() -
warn
-
warn
-
warn
-
warn
-
warn
-
isErrorEnabled
public boolean isErrorEnabled() -
error
-
error
-
error
-
error
-
error
-
getName
- Specified by:
getName
in interfaceorg.slf4j.Logger
-
readResolve
- Throws:
ObjectStreamException
-