C# 클래스 CqlSharp.Logging.Logger

Represents a logger for a single logical flow through the library
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
LogCritical ( string format ) : void
LogError ( string format ) : void
LogInfo ( string format ) : void
LogQuery ( string format ) : void
LogVerbose ( string format ) : void
LogWarning ( string format ) : void
Logger ( ILogger logger, LogLevel logLevel ) : System

Initializes a new instance of the Logger class.

ThreadBinding ( ) : IDisposable

Binds this instance to the current thread, such that it becomes available via Logger.Current

메소드 상세

LogCritical() 공개 메소드

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

LogError() 공개 메소드

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

LogInfo() 공개 메소드

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

LogQuery() 공개 메소드

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

LogVerbose() 공개 메소드

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

LogWarning() 공개 메소드

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

Logger() 공개 메소드

Initializes a new instance of the Logger class.
public Logger ( ILogger logger, LogLevel logLevel ) : System
logger ILogger The logger.
logLevel LogLevel Minimum level to use for logging
리턴 System

ThreadBinding() 공개 메소드

Binds this instance to the current thread, such that it becomes available via Logger.Current
public ThreadBinding ( ) : IDisposable
리턴 IDisposable