StopwatchLogger Class |
[Missing <summary> documentation for "T:Rock.Logging.Diagnostics.StopwatchLogger"]
Namespace: Rock.Logging.Diagnostics
The StopwatchLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | StopwatchLogger | Initializes a new instance of the StopwatchLogger class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RecordElapsed |
Log the elapsed time of the stopwatch. The stopwatch will be stopped while logging is taking place, then
started again once logging is complete. If andRestartStopwatch is true, then the
stopwatch is reset before it is started again.
|
![]() | Reset | |
![]() | Start | |
![]() | Stop | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |