C# 클래스 ChannelAdvisorAccess.Misc.ChannelAdvisorLogger

파일 보기 프로젝트 열기: agileharbor/channelAdvisorAccess 1 사용 예제들

공개 메소드들

메소드 설명
Log ( ) : ILogger
LogEnd ( string info ) : void
LogStarted ( string info ) : void
LogTrace ( Exception ex, string info ) : void
LogTrace ( string info ) : void
LogTraceEnd ( string info ) : void
LogTraceException ( Exception exception ) : void
LogTraceRetryEnd ( string info ) : void
LogTraceRetryStarted ( string info ) : void
LogTraceStarted ( string info ) : void

비공개 메소드들

메소드 설명
ChannelAdvisorLogger ( ) : System

메소드 상세

Log() 공개 정적인 메소드

public static Log ( ) : ILogger
리턴 ILogger

LogEnd() 공개 정적인 메소드

public static LogEnd ( string info ) : void
info string
리턴 void

LogStarted() 공개 정적인 메소드

public static LogStarted ( string info ) : void
info string
리턴 void

LogTrace() 공개 정적인 메소드

public static LogTrace ( Exception ex, string info ) : void
ex System.Exception
info string
리턴 void

LogTrace() 공개 정적인 메소드

public static LogTrace ( string info ) : void
info string
리턴 void

LogTraceEnd() 공개 정적인 메소드

public static LogTraceEnd ( string info ) : void
info string
리턴 void

LogTraceException() 공개 정적인 메소드

public static LogTraceException ( Exception exception ) : void
exception System.Exception
리턴 void

LogTraceRetryEnd() 공개 정적인 메소드

public static LogTraceRetryEnd ( string info ) : void
info string
리턴 void

LogTraceRetryStarted() 공개 정적인 메소드

public static LogTraceRetryStarted ( string info ) : void
info string
리턴 void

LogTraceStarted() 공개 정적인 메소드

public static LogTraceStarted ( string info ) : void
info string
리턴 void