Package nablarch.core.db.statement
Class SqlLogFormatter.AdditionalInfoItem
java.lang.Object
nablarch.core.db.statement.SqlLogFormatter.AdditionalInfoItem
- All Implemented Interfaces:
LogItem<SqlLogFormatter.SqlLogContext>
- Enclosing class:
- SqlLogFormatter
public static class SqlLogFormatter.AdditionalInfoItem
extends Object
implements LogItem<SqlLogFormatter.SqlLogContext>
付加情報を取得するクラス。
- Author:
- Kiyohito Itoh
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AdditionalInfoItem
public AdditionalInfoItem()
-
-
Method Details
-
get
付加情報を取得する。- Specified by:
get
in interfaceLogItem<SqlLogFormatter.SqlLogContext>
- Parameters:
context
-SqlLogFormatter.SqlLogContext
- Returns:
- 付加情報
-