C# 클래스 CqlSharp.Logging.NullLogger

Logger implementation that does nothing
상속: ILogger
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 프로퍼티들

프로퍼티 타입 설명
Instance NullLogger

공개 메소드들

메소드 설명
LogCritical ( System.Guid traceId, string format ) : void
LogError ( System.Guid traceId, string format ) : void
LogInfo ( System.Guid traceId, string format ) : void
LogQuery ( System.Guid traceId, string format ) : void
LogVerbose ( System.Guid traceId, string format ) : void
LogWarning ( System.Guid traceId, string format ) : void

메소드 상세

LogCritical() 공개 메소드

public LogCritical ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
리턴 void

LogError() 공개 메소드

public LogError ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
리턴 void

LogInfo() 공개 메소드

public LogInfo ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
리턴 void

LogQuery() 공개 메소드

public LogQuery ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
리턴 void

LogVerbose() 공개 메소드

public LogVerbose ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static NullLogger,CqlSharp.Logging Instance
리턴 NullLogger