C# 클래스 Leeroy.LoggerProxy

LoggerProxy is a proxy that forwards log messages sent to a Logos.Utility.Logging.Logger instance to a Common.Logging.ILog logger with the same name.
상속: Logos.Utility.Logging.LoggerCore
파일 보기 프로젝트 열기: LogosBible/Leeroy

공개 메소드들

메소드 설명
LoggerProxy ( string name ) : Common.Logging

보호된 메소드들

메소드 설명
DebugCore ( string message, object args ) : void
ErrorCore ( string message, object args ) : void
InfoCore ( string message, object args ) : void
WarnCore ( string message, object args ) : void

메소드 상세

DebugCore() 보호된 메소드

protected DebugCore ( string message, object args ) : void
message string
args object
리턴 void

ErrorCore() 보호된 메소드

protected ErrorCore ( string message, object args ) : void
message string
args object
리턴 void

InfoCore() 보호된 메소드

protected InfoCore ( string message, object args ) : void
message string
args object
리턴 void

LoggerProxy() 공개 메소드

public LoggerProxy ( string name ) : Common.Logging
name string
리턴 Common.Logging

WarnCore() 보호된 메소드

protected WarnCore ( string message, object args ) : void
message string
args object
리턴 void