public class LoggingContext extends java.lang.Object implements TenantResource
| コンストラクタと説明 |
|---|
LoggingContext() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
apply(java.util.List<LogCondition> logConditions) |
void |
clear() |
void |
destory() |
LogConditionRuntime |
getMatched(ExecuteContext ec) |
void |
init(TenantContext tenantContext) |
java.util.List<LogCondition> |
list() |
void |
resetMatched(ExecuteContext ec) |
public java.util.List<LogCondition> list()
public void apply(java.util.List<LogCondition> logConditions)
public void clear()
public void resetMatched(ExecuteContext ec)
public LogConditionRuntime getMatched(ExecuteContext ec)
public void init(TenantContext tenantContext)
init インタフェース内 TenantResourcepublic void destory()
destory インタフェース内 TenantResource