|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.extension.gen.Logger
public final class Logger
ロガーです。
メソッドの概要 | |
---|---|
static void |
debug(String message)
DEBUGレベルの情報を記録します。 |
static void |
debug(String message,
Throwable throwable)
DEBUGレベルの情報を記録します。 |
static void |
debug(Throwable throwable)
DEBUGレベルの情報を記録します。 |
static void |
error(String message)
ERRORレベルの情報を記録します。 |
static void |
error(String message,
Throwable throwable)
ERRORレベルの情報を記録します。 |
static void |
error(Throwable throwable)
ERRORレベルの情報を記録します。 |
static void |
info(String message)
INFOレベルの情報を記録します。 |
static void |
info(String message,
Throwable throwable)
INFOレベルの情報を記録します。 |
static void |
info(Throwable throwable)
INFOレベルの情報を記録します。 |
static void |
setDelegate(LoggerDelegate delegate)
デリゲートを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static void setDelegate(LoggerDelegate delegate)
delegate
- デリゲートpublic static void debug(String message)
message
- public static void debug(Throwable throwable)
throwable
- public static void debug(String message, Throwable throwable)
message
- throwable
- public static void info(String message)
message
- public static void info(Throwable throwable)
throwable
- public static void info(String message, Throwable throwable)
message
- throwable
- public static void error(String message)
message
- public static void error(Throwable throwable)
throwable
- public static void error(String message, Throwable throwable)
message
- throwable
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |