LoggerEventRestartTimer Method

Stops time interval measurement, resets the elapsed time to zero, and starts measuring elapsed time.

Definition

Namespace: Logging.Helper
Assembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
C#
public virtual void RestartTimer(
	string message = null,
	LogSeverity severity = LogSeverity.Debug
)

Parameters

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

See Also