public class ServiceSessionLoggerSchema
extends java.lang.Object
コンストラクタと説明 |
---|
ServiceSessionLoggerSchema(Key serviceNameKey,
boolean inputSession,
boolean outputSession,
boolean abortSession,
boolean stacktrace,
SessionParser parser)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
Key |
getServiceNameKey()
ログ対象のサービス名(Key)を返す
|
SessionParser |
getSessionParser()
セッションを文字列に変換するパーサーを返す
|
boolean |
isAbortSessionEnabled()
中断セッションのログ有効フラグを返す
|
boolean |
isInputSessionEnabled()
入力セッションのログ有効フラグを返す
|
boolean |
isOutputSessionEnabled()
出力セッションのログ有効フラグを返す
|
boolean |
isStackTraceEnabled()
スタックトレースのログ有効フラグを返す
|
public ServiceSessionLoggerSchema(Key serviceNameKey, boolean inputSession, boolean outputSession, boolean abortSession, boolean stacktrace, SessionParser parser)
serviceNameKey
- inputSession
- outputSession
- abortSession
- stacktrace
- parser
- public Key getServiceNameKey()
public boolean isInputSessionEnabled()
public boolean isOutputSessionEnabled()
public boolean isAbortSessionEnabled()
public boolean isStackTraceEnabled()
public SessionParser getSessionParser()