![]() | ConfigurationRuntimeLogging Class |
Namespace: com.espertech.esper.common.client.configuration.runtime
[SerializableAttribute] public class ConfigurationRuntimeLogging
The ConfigurationRuntimeLogging type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuditPattern |
Returns the pattern that formats audit logs.
Available conversion characters are:
%m - Used to output the audit message.
%s - Used to output the statement name.
%u - Used to output the runtime URI.
|
![]() | IsEnableExecutionDebug |
Returns true if execution path debug logging is enabled.
Only if this flag is set to true, in addition to LOG4J settings set to DEBUG, does a runtime instance,
produce debug out.
|
![]() | IsEnableTimerDebug |
Returns true if timer debug level logging is enabled (true by default).
Set this value to false to reduce the debug-level logging output for the timer thread(s).
For use only when debug-level logging is enabled.
|