C# 클래스 StatLight.Core.Common.Logging.LoggerBase

상속: ILogger
파일 보기 프로젝트 열기: staxmanade/StatLight

공개 메소드들

메소드 설명
Debug ( string message ) : void
Debug ( string message, bool writeNewLine ) : void
Error ( string message ) : void
Information ( string message ) : void
ShouldLog ( LogChatterLevels checkWith ) : bool
Warning ( string message ) : void

보호된 메소드들

메소드 설명
LoggerBase ( LogChatterLevels logChatterLevel )

메소드 상세

Debug() 공개 추상적인 메소드

public abstract Debug ( string message ) : void
message string
리턴 void

Debug() 공개 추상적인 메소드

public abstract Debug ( string message, bool writeNewLine ) : void
message string
writeNewLine bool
리턴 void

Error() 공개 추상적인 메소드

public abstract Error ( string message ) : void
message string
리턴 void

Information() 공개 추상적인 메소드

public abstract Information ( string message ) : void
message string
리턴 void

LoggerBase() 보호된 메소드

protected LoggerBase ( LogChatterLevels logChatterLevel )
logChatterLevel LogChatterLevels

ShouldLog() 공개 메소드

public ShouldLog ( LogChatterLevels checkWith ) : bool
checkWith LogChatterLevels
리턴 bool

Warning() 공개 추상적인 메소드

public abstract Warning ( string message ) : void
message string
리턴 void