Click or drag to resize

ConfigurationRuntimeLoggingIsEnableExecutionDebug Property

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.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsEnableExecutionDebug { get; set; }

Property Value

Type: Boolean
true if debug logging through Log4j is enabled for any event processing execution paths
See Also