NanoByte.Common
2.6.1
|
Structure that allows you to log timed execution blocks. More...
Public Member Functions | |
TimedLogEvent (string entry) | |
Starts a new log event. More... | |
void | Dispose () |
Ends the log event. More... | |
Structure that allows you to log timed execution blocks.
|
inline |
Starts a new log event.
entry | The entry for the log file. Elapsed time will automatically be appended. |
|
inline |
Ends the log event.