Package | Description |
---|---|
nablarch.core.db.statement |
データベースに対するSQL実行機能を提供する。
|
nablarch.core.log |
ログ出力機能を提供する。
|
nablarch.core.log.app |
各種ログの出力機能を提供する。
|
nablarch.core.log.basic |
フレームワーク実装のログ出力機能を提供する。
|
nablarch.fw.launcher.logging |
nablarch.fw.launcher.Mainから出力するためのログメッセージをフォーマットする機能を提供する。
|
nablarch.fw.messaging.logging |
メッセージング処理中に出力されるログ情報に関連したクラスを格納したパッケージ。
|
nablarch.fw.web.handler |
画面オンライン処理方式向けフレームワーク標準ハンドラ。
|
Modifier and Type | Method and Description |
---|---|
protected LogItem<SqlLogFormatter.SqlLogContext>[] |
SqlLogFormatter.getFormattedLogItems(java.util.Map<LogItem<SqlLogFormatter.SqlLogContext>> logItems,
java.util.Map props,
java.lang.String formatPropName,
java.lang.String defaultFormat)
フォーマット済みのログ出力項目を取得する。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<LogItem<SqlLogFormatter.SqlLogContext>> |
SqlLogFormatter.getLogItems()
フォーマット対象のログ出力項目を取得する。
|
Modifier and Type | Method and Description |
---|---|
protected LogItem<SqlLogFormatter.SqlLogContext>[] |
SqlLogFormatter.getFormattedLogItems(java.util.Map<LogItem<SqlLogFormatter.SqlLogContext>> logItems,
java.util.Map props,
java.lang.String formatPropName,
java.lang.String defaultFormat)
フォーマット済みのログ出力項目を取得する。
|
Modifier and Type | Class and Description |
---|---|
class |
DateItemSupport<CTX>
日時を取得する出力項目の実装をサポートするクラス。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<LogItem> |
ApplicationSettingLogFormatter.getAppSettingsLogItems()
アプリケーション設定用のログ出力項目を生成する。
|
java.util.Map<LogItem> |
ApplicationSettingLogFormatter.getAppSettingsWithDateLogItems()
アプリケーション設定及び日付出力用のログ出力項目を生成する。
|
protected java.util.Map<LogItem<PerformanceLogFormatter.PerformanceLogContext>> |
PerformanceLogFormatter.getLogItems(java.text.DateFormat dateFormat)
フォーマット対象のログ出力項目を取得する。
|
protected java.util.Map<LogItem<FailureLogFormatter.FailureLogContext>> |
FailureLogFormatter.getLogItems(java.util.Map props)
フォーマット対象のログ出力項目を取得する。
デフォルトで下記のプレースホルダを設定したログ出力項目を返す。
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
FailureLogFormatter.format(LogItem<FailureLogFormatter.FailureLogContext>[] formattedLogItems,
java.lang.Throwable error,
java.lang.Object data,
java.lang.String failureCode,
java.lang.Object[] messageOptions)
指定されたフォーマット済みのログ出力項目を使用してメッセージをフォーマットする。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<LogItem<LogContext>> |
BasicLogFormatter.getLogItems(ObjectSettings settings)
フォーマット対象のログ出力項目を取得する。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<LogItem> |
LauncherLogFormatter.getEndLogItems()
終了ログ用のログ出力項目を生成する。
|
protected java.util.Map<LogItem> |
LauncherLogFormatter.getStartLogItems()
開始ログ用のログ出力項目を生成する。
|
Modifier and Type | Method and Description |
---|---|
protected LogItem[] |
MessagingLogFormatter.getFormattedLogItems(java.util.Map<LogItem> logItems,
java.util.Map props,
java.lang.String formatPropName,
java.lang.String defaultFormat)
フォーマット済みのログ出力項目を取得する。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<LogItem> |
MessagingLogFormatter.getLogItems()
フォーマット対象のログ出力項目を取得する。
|
Modifier and Type | Method and Description |
---|---|
protected LogItem[] |
MessagingLogFormatter.getFormattedLogItems(java.util.Map<LogItem> logItems,
java.util.Map props,
java.lang.String formatPropName,
java.lang.String defaultFormat)
フォーマット済みのログ出力項目を取得する。
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<LogItem> |
HttpAccessLogFormatter.getLogItems(java.util.Map props)
フォーマット対象のログ出力項目を取得する。
|