C# 클래스 BudgetAnalyser.Engine.BudgetAnalyserLog4NetLogger

상속: ILogger, IDisposable
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
Dispose ( ) : void
Format ( string formatTemplate ) : string
LogAlways ( string>.[ logEntryBuilder ) : void
LogError ( Exception ex, string>.[ logEntryBuilder ) : void
LogError ( string>.[ logEntryBuilder ) : void
LogInfo ( string>.[ logEntryBuilder ) : void
LogWarning ( string>.[ logEntryBuilder ) : void

보호된 메소드들

메소드 설명
ConfigureLog4Net ( ) : void
Dispose ( bool disposing ) : void
SetLogLevelToAll ( ) : void

비공개 메소드들

메소드 설명
BudgetAnalyserLog4NetLogger ( ) : System
SynchroniseWithAlwaysLog ( System.Action action ) : void

메소드 상세

ConfigureLog4Net() 보호된 메소드

protected ConfigureLog4Net ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Format() 공개 메소드

public Format ( string formatTemplate ) : string
formatTemplate string
리턴 string

LogAlways() 공개 메소드

public LogAlways ( string>.[ logEntryBuilder ) : void
logEntryBuilder string>.[
리턴 void

LogError() 공개 메소드

public LogError ( Exception ex, string>.[ logEntryBuilder ) : void
ex System.Exception
logEntryBuilder string>.[
리턴 void

LogError() 공개 메소드

public LogError ( string>.[ logEntryBuilder ) : void
logEntryBuilder string>.[
리턴 void

LogInfo() 공개 메소드

public LogInfo ( string>.[ logEntryBuilder ) : void
logEntryBuilder string>.[
리턴 void

LogWarning() 공개 메소드

public LogWarning ( string>.[ logEntryBuilder ) : void
logEntryBuilder string>.[
리턴 void

SetLogLevelToAll() 보호된 메소드

protected SetLogLevelToAll ( ) : void
리턴 void