C# 클래스 Common.Logging.DelegateLogger

상속: ILogger
파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-data-streaming-websockets

공개 메소드들

메소드 설명
Debug ( string format ) : void
DelegateLogger ( string logName, Action logMethod ) : System
Error ( Exception exception, string format ) : void
Info ( string format ) : void
TraceApi ( string method, System.TimeSpan timespan ) : void
TraceApi ( string method, System.TimeSpan timespan, string format ) : void
Warning ( Exception exception, string format ) : void
Warning ( string format ) : void

메소드 상세

Debug() 공개 메소드

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

DelegateLogger() 공개 메소드

public DelegateLogger ( string logName, Action logMethod ) : System
logName string
logMethod Action
리턴 System

Error() 공개 메소드

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

Info() 공개 메소드

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

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

Warning() 공개 메소드

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

Warning() 공개 메소드

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