C# 클래스 RawRabbit.Logging.Log4Net.Logger

상속: ILogger
파일 보기 프로젝트 열기: pardahlman/RawRabbit

공개 메소드들

메소드 설명
LogDebug ( string format ) : void
LogError ( string message, Exception exception ) : void
LogInformation ( string format ) : void
LogWarning ( string format ) : void
Logger ( log4net.ILog log4Net ) : System

메소드 상세

LogDebug() 공개 메소드

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

LogError() 공개 메소드

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

LogInformation() 공개 메소드

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

LogWarning() 공개 메소드

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

Logger() 공개 메소드

public Logger ( log4net.ILog log4Net ) : System
log4Net log4net.ILog
리턴 System