C# Class NanoByte.Common.TimedLogEvent

Structure that allows you to log timed execution blocks.
Show file Open project: nano-byte/common

Public Methods

Method Description
Dispose ( ) : void

Ends the log event.

TimedLogEvent ( string entry ) : System

Starts a new log event.

Method Details

Dispose() public method

Ends the log event.
public Dispose ( ) : void
return void

TimedLogEvent() public method

Starts a new log event.
public TimedLogEvent ( string entry ) : System
entry string The entry for the log file. Elapsed time will automatically be appended.
return System