LoggerEventResetTimer Method

Stops time interval measurement and resets the elapsed time to zero.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
public virtual void ResetTimer(
	LogSeverity severity = LogSeverity.Debug
)

Parameters

severity  LogSeverity  (Optional)
Identifies the type of trace event. The default is debug.

See Also