Click or drag to resize

ConfigurationRuntimeLogging Class

Holds view logging settings other then the Apache commons or Log4J settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.runtimeConfigurationRuntimeLogging

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationRuntimeLogging

The ConfigurationRuntimeLogging type exposes the following members.

Properties
  NameDescription
Public propertyAuditPattern
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.

Public propertyIsEnableExecutionDebug
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.

Public propertyIsEnableTimerDebug
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.

Top
See Also