 | 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
Syntaxpublic bool IsEnableTimerDebug { get; set; }
Property Value
Type:
Booleanindicator whether timer execution is noisy in debug or not
See Also