public class DeferredLog extends ObjectSE implements org.apache.commons.logging.Log
Log。| コンストラクターと説明 |
|---|
DeferredLog() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | debug(ObjectSE message) |
void | debug(ObjectSE message, ThrowableSE t) |
void | error(ObjectSE message) |
void | error(ObjectSE message, ThrowableSE t) |
void | fatal(ObjectSE message) |
void | fatal(ObjectSE message, ThrowableSE t) |
void | info(ObjectSE message) |
void | info(ObjectSE message, ThrowableSE t) |
boolean | isDebugEnabled() |
boolean | isErrorEnabled() |
boolean | isFatalEnabled() |
boolean | isInfoEnabled() |
boolean | isTraceEnabled() |
boolean | isWarnEnabled() |
static org.apache.commons.logging.Log | replay(org.apache.commons.logging.Log source, ClassSE<?> destination) ソースが据え置かれたときに、ソースログから宛先ログに再生します。 |
static org.apache.commons.logging.Log | replay(org.apache.commons.logging.Log source, org.apache.commons.logging.Log destination) ソースが据え置かれたときに、ソースログから宛先ログに再生します。 |
void | replayTo(ClassSE<?> destination) 指定された宛先に遅延ロギングを再生します。 |
void | replayTo(org.apache.commons.logging.Log destination) 指定された宛先に遅延ロギングを再生します。 |
void | switchTo(ClassSE<?> destination) 指定された宛先への遅延ロギングから即時ロギングに切り替えます。 |
void | switchTo(org.apache.commons.logging.Log destination) 指定された宛先への遅延ロギングから即時ロギングに切り替えます。 |
void | trace(ObjectSE message) |
void | trace(ObjectSE message, ThrowableSE t) |
void | warn(ObjectSE message) |
void | warn(ObjectSE message, ThrowableSE t) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic boolean isTraceEnabled()
org.apache.commons.logging.Log 内の isTraceEnabled public boolean isDebugEnabled()
org.apache.commons.logging.Log 内の isDebugEnabled public boolean isInfoEnabled()
org.apache.commons.logging.Log 内の isInfoEnabled public boolean isWarnEnabled()
org.apache.commons.logging.Log 内の isWarnEnabled public boolean isErrorEnabled()
org.apache.commons.logging.Log 内の isErrorEnabled public boolean isFatalEnabled()
org.apache.commons.logging.Log 内の isFatalEnabled public void trace(ObjectSE message)
org.apache.commons.logging.Log 内の trace public void trace(ObjectSE message, ThrowableSE t)
org.apache.commons.logging.Log 内の trace public void debug(ObjectSE message)
org.apache.commons.logging.Log 内の debug public void debug(ObjectSE message, ThrowableSE t)
org.apache.commons.logging.Log 内の debug public void info(ObjectSE message)
org.apache.commons.logging.Log 内の info public void info(ObjectSE message, ThrowableSE t)
org.apache.commons.logging.Log 内の info public void warn(ObjectSE message)
org.apache.commons.logging.Log 内の warn public void warn(ObjectSE message, ThrowableSE t)
org.apache.commons.logging.Log 内の warn public void error(ObjectSE message)
org.apache.commons.logging.Log 内の error public void error(ObjectSE message, ThrowableSE t)
org.apache.commons.logging.Log 内の error public void fatal(ObjectSE message)
org.apache.commons.logging.Log 内の fatal public void fatal(ObjectSE message, ThrowableSE t)
org.apache.commons.logging.Log 内の fatal public void switchTo(ClassSE<?> destination)
destination - 新しいログの宛先 public void switchTo(org.apache.commons.logging.Log destination)
destination - 新しいログの宛先 public void replayTo(ClassSE<?> destination)
destination - 遅延ログメッセージの宛先 public void replayTo(org.apache.commons.logging.Log destination)
destination - 遅延ログメッセージの宛先 public static org.apache.commons.logging.Log replay(org.apache.commons.logging.Log source,
ClassSE<?> destination)source - ソースロガー destination - 宛先ロガークラス public static org.apache.commons.logging.Log replay(org.apache.commons.logging.Log source,
org.apache.commons.logging.Log destination)source - ソースロガー destination - 宛先ロガー Copyright © 2019 Pivotal Software, Inc.. All rights reserved.