org.seasar.doma.extension.gen
インタフェース LoggerDelegate

既知の実装クラスの一覧:
NullLoggerDelegate, TaskLoggerDelegate

public interface LoggerDelegate

Logger から処理を委譲されるクラスです。

作成者:
taedium

メソッドの概要
 void debug(String message)
          DEBUGレベルの情報を記録します。
 void debug(String message, Throwable throwable)
          DEBUGレベルの情報を記録します。
 void debug(Throwable throwable)
          DEBUGレベルの情報を記録します。
 void error(String message)
          ERRORレベルの情報を記録します。
 void error(String message, Throwable throwable)
          ERRORレベルの情報を記録します。
 void error(Throwable throwable)
          ERRORレベルの情報を記録します。
 void info(String message)
          INFOレベルの情報を記録します。
 void info(String message, Throwable throwable)
          INFOレベルの情報を記録します。
 void info(Throwable throwable)
          INFOレベルの情報を記録します。
 

メソッドの詳細

debug

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

パラメータ:
message -

debug

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

パラメータ:
throwable -

debug

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

パラメータ:
message -
throwable -

info

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

パラメータ:
message -

info

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

パラメータ:
throwable -

info

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

パラメータ:
message -
throwable -

error

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

パラメータ:
message -

error

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

パラメータ:
throwable -

error

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

パラメータ:
message -
throwable -


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