LoggerEventStopTimer Method

Stops measuring elapsed time for an interval.

Definition

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

Parameters

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

See Also