Click or drag to resize

ConfigurationRuntimeLoggingIsEnableTimerDebug Property

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.

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

Property Value

Type: Boolean
indicator whether timer execution is noisy in debug or not
See Also