Package nablarch.fw.messaging.logging
Class MessagingLogFormatter.CorrelationId
java.lang.Object
nablarch.fw.messaging.logging.MessagingLogFormatter.CorrelationId
- All Implemented Interfaces:
LogItem<MessagingLogFormatter.MessagingLogContext>
- Enclosing class:
- MessagingLogFormatter
public static class MessagingLogFormatter.CorrelationId
extends Object
implements LogItem<MessagingLogFormatter.MessagingLogContext>
出力項目(関連メッセージID)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionログの出力項目を取得する。
-
Constructor Details
-
CorrelationId
public CorrelationId()
-
-
Method Details
-
get
ログの出力項目を取得する。- Specified by:
get
in interfaceLogItem<MessagingLogFormatter.MessagingLogContext>
- Parameters:
ctx
- ログの出力項目の取得に使用するコンテキスト- Returns:
- ログの出力項目
-