C# 클래스 StopWatch.Logging.Logger

파일 보기 프로젝트 열기: carstengehling/jirastopwatch

공개 메소드들

메소드 설명
Log ( string message, Exception exception = null ) : void

비공개 메소드들

메소드 설명
GetStreamWriter ( ) : StreamWriter
LogfileMustBeRotated ( ) : bool
Logger ( ) : System
RotateLogs ( ) : void

메소드 상세

Log() 공개 메소드

public Log ( string message, Exception exception = null ) : void
message string
exception System.Exception
리턴 void