org.seasar.doma.extension.gen
クラス Logger

java.lang.Object
  上位を拡張 org.seasar.doma.extension.gen.Logger

public final class Logger
extends Object

ロガーです。

作成者:
taedium

メソッドの概要
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
 

メソッドの詳細

setDelegate

public static void setDelegate(LoggerDelegate delegate)
デリゲートを設定します。

パラメータ:
delegate - デリゲート

debug

public static void debug(String message)
DEBUGレベルの情報を記録します。

パラメータ:
message -

debug

public static void debug(Throwable throwable)
DEBUGレベルの情報を記録します。

パラメータ:
throwable -

debug

public static void debug(String message,
                         Throwable throwable)
DEBUGレベルの情報を記録します。

パラメータ:
message -
throwable -

info

public static void info(String message)
INFOレベルの情報を記録します。

パラメータ:
message -

info

public static void info(Throwable throwable)
INFOレベルの情報を記録します。

パラメータ:
throwable -

info

public static void info(String message,
                        Throwable throwable)
INFOレベルの情報を記録します。

パラメータ:
message -
throwable -

error

public static void error(String message)
ERRORレベルの情報を記録します。

パラメータ:
message -

error

public static void error(Throwable throwable)
ERRORレベルの情報を記録します。

パラメータ:
throwable -

error

public static void error(String message,
                         Throwable throwable)
ERRORレベルの情報を記録します。

パラメータ:
message -
throwable -


Copyright © 2009-2013 The Seasar Foundation. All Rights Reserved.