C# 클래스 Common.Logging.NullLogger

상속: ILogger
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-data-streaming-websockets 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( string format ) : void
Error ( Exception exception, string fmt ) : void
Error ( string fmt ) : void
Error ( string errorType, string format ) : void
Info ( string format ) : void
NullLogger ( ) : System
TraceApi ( string method, System.TimeSpan timespan ) : void
TraceApi ( string method, System.TimeSpan timespan, string format ) : void
TraceError ( Exception exception, string format ) : void
TraceError ( string errorType, string format ) : void
Warning ( Exception exception, string format ) : void
Warning ( string format ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

Info() 공개 메소드

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

NullLogger() 공개 메소드

public NullLogger ( ) : System
리턴 System

TraceApi() 공개 메소드

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

TraceApi() 공개 메소드

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

TraceError() 공개 메소드

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

TraceError() 공개 메소드

public TraceError ( string errorType, string format ) : void
errorType string
format string
리턴 void

Warning() 공개 메소드

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

Warning() 공개 메소드

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