C# 클래스 Machete.Data.Logging.Logger

상속: ILogger
파일 보기 프로젝트 열기: SavageLearning/Machete

공개 메소드들

메소드 설명
Error ( Exception exception, string fmt ) : void
Error ( string message ) : void
Information ( Exception exception, string fmt ) : void
Information ( string message ) : void
TraceApi ( string componentName, string method, System.TimeSpan timespan ) : void
TraceApi ( string componentName, string method, System.TimeSpan timespan, string fmt ) : void
Warning ( Exception exception, string fmt ) : void
Warning ( string message ) : void

비공개 메소드들

메소드 설명
FormatExceptionMessage ( Exception exception, string fmt, object vars ) : string

메소드 상세

Error() 공개 메소드

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

Error() 공개 메소드

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

Information() 공개 메소드

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

Information() 공개 메소드

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

TraceApi() 공개 메소드

public TraceApi ( string componentName, string method, System.TimeSpan timespan ) : void
componentName string
method string
timespan System.TimeSpan
리턴 void

TraceApi() 공개 메소드

public TraceApi ( string componentName, string method, System.TimeSpan timespan, string fmt ) : void
componentName string
method string
timespan System.TimeSpan
fmt string
리턴 void

Warning() 공개 메소드

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

Warning() 공개 메소드

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