C# 클래스 Affecto.Logging.Logger

상속: ILogger, ICorrelationLogger
파일 보기 프로젝트 열기: affecto/dotnet-Logging

공개 메소드들

메소드 설명
LogCritical ( Exception exception, string formatMessage ) : void
LogCritical ( ICorrelation correlation, Exception exception, string formatMessage ) : void
LogCritical ( ICorrelation correlation, string formatMessage ) : void
LogCritical ( string formatMessage ) : void
LogError ( Exception exception, string formatMessage ) : void
LogError ( ICorrelation correlation, Exception exception, string formatMessage ) : void
LogError ( ICorrelation correlation, string formatMessage ) : void
LogError ( string formatMessage ) : void
LogInformation ( ICorrelation correlation, string formatMessage ) : void
LogInformation ( string formatMessage ) : void
LogVerbose ( ICorrelation correlation, string formatMessage ) : void
LogVerbose ( string formatMessage ) : void
LogWarning ( Exception exception, string formatMessage ) : void
LogWarning ( ICorrelation correlation, Exception exception, string formatMessage ) : void
LogWarning ( ICorrelation correlation, string formatMessage ) : void
LogWarning ( string formatMessage ) : void
Logger ( ILogWriter logWriter ) : System

메소드 상세

LogCritical() 공개 메소드

public LogCritical ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
리턴 void

LogCritical() 공개 메소드

public LogCritical ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
리턴 void

LogCritical() 공개 메소드

public LogCritical ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
리턴 void

LogCritical() 공개 메소드

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

LogError() 공개 메소드

public LogError ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
리턴 void

LogError() 공개 메소드

public LogError ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
리턴 void

LogError() 공개 메소드

public LogError ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
리턴 void

LogError() 공개 메소드

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

LogInformation() 공개 메소드

public LogInformation ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
리턴 void

LogInformation() 공개 메소드

public LogInformation ( string formatMessage ) : void
formatMessage string
리턴 void

LogVerbose() 공개 메소드

public LogVerbose ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
리턴 void

LogVerbose() 공개 메소드

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

LogWarning() 공개 메소드

public LogWarning ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
리턴 void

LogWarning() 공개 메소드

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

Logger() 공개 메소드

public Logger ( ILogWriter logWriter ) : System
logWriter ILogWriter
리턴 System