C# 클래스 Gallatin.Core.Net.DefaultSessionLogger

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

공개 메소드들

메소드 설명
Error ( string message ) : void
Exception ( string message, Exception ex ) : void
Info ( string message ) : void
Verbose ( Func message ) : void
Verbose ( string message ) : void

메소드 상세

Error() 공개 메소드

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

Exception() 공개 메소드

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

Info() 공개 메소드

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

Verbose() 공개 메소드

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

Verbose() 공개 메소드

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