public class LegacyLogOps
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
LegacyLogOps.WorkArea
Stores global data relating to the state of the current context.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,LegacyLogManagerConfigs> |
appserverNameLogConfigPairs
Appserver LOG-MANAGER configs stored to be restored in case of state reset (in State-reset mode).
|
private static ContextLocal<LegacyLogOps.WorkArea> |
local
Stores this context's log manager instances.
|
private static LegacyLogWriteExecutor |
writeExecutor
An instance of the log write executor to be reused by all log manager instances.
|
| Modifier | Constructor and Description |
|---|---|
private |
LegacyLogOps()
Disables construction of instances of this object.
|
| Modifier and Type | Method and Description |
|---|---|
static LegacyDsLogManager |
dsLogMgr()
Returns the instance of the current session's
DSLOG-MANAGER resource. |
static handle |
dsLogMgrHandle()
Returns the instance of the current session's
DSLOG-MANAGER system handle. |
static LegacyLogManager |
logMgr()
Returns the instance of the current session's
LOG-MANAGER resource. |
static handle |
logMgrHandle()
Returns the instance of the current session's
LOG-MANAGER system handle. |
public static final java.util.Map<java.lang.String,LegacyLogManagerConfigs> appserverNameLogConfigPairs
private static final LegacyLogWriteExecutor writeExecutor
private static final ContextLocal<LegacyLogOps.WorkArea> local
private LegacyLogOps()
public static LegacyLogManager logMgr()
LOG-MANAGER resource.LOG-MANAGER instance.public static handle logMgrHandle()
LOG-MANAGER system handle.LOG-MANAGER system handle.public static LegacyDsLogManager dsLogMgr()
DSLOG-MANAGER resource.DSLOG-MANAGER instance.public static handle dsLogMgrHandle()
DSLOG-MANAGER system handle.DSLOG-MANAGER system handle.