C# 클래스 Common.Logging.CompositeLogger

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

공개 메소드들

메소드 설명
CompositeLogger ( ) : System
Debug ( string fmt ) : void
Error ( Exception exception, string fmt ) : void
Info ( string fmt ) : void
Warning ( Exception exception, string fmt ) : void
Warning ( string fmt ) : void

메소드 상세

CompositeLogger() 공개 메소드

public CompositeLogger ( ) : System
리턴 System

Debug() 공개 메소드

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

Error() 공개 메소드

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

Info() 공개 메소드

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

Warning() 공개 메소드

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

Warning() 공개 메소드

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