C# 클래스 Gallatin.Core.Util.Logger

파일 보기 프로젝트 열기: williamoneill/Gallatin 1 사용 예제들

공개 메소드들

메소드 설명
Error ( string format ) : void
Exception ( string message, Exception exception ) : void
Info ( Func logMessageCreationDelegate ) : void
Info ( string format ) : void
Logger ( string traceSource ) : System
Verbose ( Func logMessageCreationDelegate ) : void
Verbose ( string format ) : void
Warning ( string format ) : void

메소드 상세

Error() 공개 메소드

public Error ( string format ) : void
format string
리턴 void

Exception() 공개 메소드

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

Info() 공개 메소드

public Info ( Func logMessageCreationDelegate ) : void
logMessageCreationDelegate Func
리턴 void

Info() 공개 메소드

public Info ( string format ) : void
format string
리턴 void

Logger() 공개 메소드

public Logger ( string traceSource ) : System
traceSource string
리턴 System

Verbose() 공개 메소드

public Verbose ( Func logMessageCreationDelegate ) : void
logMessageCreationDelegate Func
리턴 void

Verbose() 공개 메소드

public Verbose ( string format ) : void
format string
리턴 void

Warning() 공개 메소드

public Warning ( string format ) : void
format string
리턴 void