C# 클래스 NanoByte.Common.TimedLogEvent

Structure that allows you to log timed execution blocks.
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
Dispose ( ) : void

Ends the log event.

TimedLogEvent ( string entry ) : System

Starts a new log event.

메소드 상세

Dispose() 공개 메소드

Ends the log event.
public Dispose ( ) : void
리턴 void

TimedLogEvent() 공개 메소드

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