|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.commons.logging.impl.Log4JCategoryLog
Log4JLogger を代わりに使用してください。
Implementation of Log that maps directly to a Log4J
Category. Initial configuration of the corresponding
Category instances should be done in the usual manner, as outlined in
the Log4J documentation.
| フィールドの概要 | |
private org.apache.log4j.Category |
category
推奨されていません。 Log to this category |
private static String |
FQCN
推奨されていません。 The fully qualified name of the Log4JCategoryLog class. |
| コンストラクタの概要 | |
Log4JCategoryLog()
推奨されていません。 |
|
Log4JCategoryLog(org.apache.log4j.Category category)
推奨されていません。 For use with a log4j factory |
|
Log4JCategoryLog(String name)
推奨されていません。 Base constructor |
|
| メソッドの概要 | |
void |
debug(Object message)
推奨されていません。 Log a message to the Log4j Category with DEBUG priority. |
void |
debug(Object message,
Throwable t)
推奨されていません。 Log an error to the Log4j Category with DEBUG priority. |
void |
error(Object message)
推奨されていません。 Log a message to the Log4j Category with ERROR priority. |
void |
error(Object message,
Throwable t)
推奨されていません。 Log an error to the Log4j Category with ERROR priority. |
void |
fatal(Object message)
推奨されていません。 Log a message to the Log4j Category with FATAL priority. |
void |
fatal(Object message,
Throwable t)
推奨されていません。 Log an error to the Log4j Category with FATAL priority. |
org.apache.log4j.Category |
getCategory()
推奨されていません。 Return the native Category instance we are using. |
void |
info(Object message)
推奨されていません。 Log a message to the Log4j Category with INFO priority. |
void |
info(Object message,
Throwable t)
推奨されていません。 Log an error to the Log4j Category with INFO priority. |
boolean |
isDebugEnabled()
推奨されていません。 Check whether the Log4j Category used is enabled for DEBUG priority. |
boolean |
isErrorEnabled()
推奨されていません。 Check whether the Log4j Category used is enabled for ERROR priority. |
boolean |
isFatalEnabled()
推奨されていません。 Check whether the Log4j Category used is enabled for FATAL priority. |
boolean |
isInfoEnabled()
推奨されていません。 Check whether the Log4j Category used is enabled for INFO priority. |
boolean |
isTraceEnabled()
推奨されていません。 Check whether the Log4j Category used is enabled for TRACE priority.
|
boolean |
isWarnEnabled()
推奨されていません。 Check whether the Log4j Category used is enabled for WARN priority. |
void |
trace(Object message)
推奨されていません。 Log a message to the Log4j Category with TRACE priority.
|
void |
trace(Object message,
Throwable t)
推奨されていません。 Log an error to the Log4j Category with TRACE priority.
|
void |
warn(Object message)
推奨されていません。 Log a message to the Log4j Category with WARN priority. |
void |
warn(Object message,
Throwable t)
推奨されていません。 Log an error to the Log4j Category with WARN priority. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
private static final String FQCN
private org.apache.log4j.Category category
| コンストラクタの詳細 |
public Log4JCategoryLog()
public Log4JCategoryLog(String name)
public Log4JCategoryLog(org.apache.log4j.Category category)
| メソッドの詳細 |
public void trace(Object message)
TRACE priority.
Currently logs to DEBUG level in Log4J.
Log 内の tracemessage - このメッセージをログ出力します
public void trace(Object message,
Throwable t)
TRACE priority.
Currently logs to DEBUG level in Log4J.
Log 内の tracemessage - このメッセージをログ出力します
t - この原因(となった例外)をログ出力します
public void debug(Object message)
DEBUG priority.
Log 内の debugmessage - このメッセージをログします
public void debug(Object message,
Throwable t)
DEBUG priority.
Log 内の debugmessage - このメッセージをログ出力します
t - この原因(となった例外)をログ出力します
public void info(Object message)
INFO priority.
Log 内の infomessage - このメッセージをログ出力します
public void info(Object message,
Throwable t)
INFO priority.
Log 内の infomessage - このメッセージをログ出力します
t - この原因(となった例外)をログ出力します
public void warn(Object message)
WARN priority.
Log 内の warnmessage - このメッセージをログ出力します
public void warn(Object message,
Throwable t)
WARN priority.
Log 内の warnmessage - このメッセージをログ出力します
t - この原因(となった例外)をログ出力します
public void error(Object message)
ERROR priority.
Log 内の errormessage - このメッセージをログ出力します
public void error(Object message,
Throwable t)
ERROR priority.
Log 内の errormessage - このメッセージをログ出力します
t - この原因(となった例外)をログ出力します
public void fatal(Object message)
FATAL priority.
Log 内の fatalmessage - このメッセージをログ出力します
public void fatal(Object message,
Throwable t)
FATAL priority.
Log 内の fatalmessage - このメッセージをログ出力します
t - この原因(となった例外)をログ出力します
public org.apache.log4j.Category getCategory()
public boolean isDebugEnabled()
DEBUG priority.
Log 内の isDebugEnabledpublic boolean isErrorEnabled()
ERROR priority.
Log 内の isErrorEnabledpublic boolean isFatalEnabled()
FATAL priority.
Log 内の isFatalEnabledpublic boolean isInfoEnabled()
INFO priority.
Log 内の isInfoEnabledpublic boolean isTraceEnabled()
TRACE priority.
For Log4J, this returns the value of isDebugEnabled()
Log 内の isTraceEnabledpublic boolean isWarnEnabled()
WARN priority.
Log 内の isWarnEnabled
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||