C# 클래스 KonfDB.Infrastructure.Logging.BaseLogger

파일 보기 프로젝트 열기: punitganshani/KonfDB 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( object message ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
SvcInfo ( object message ) : void
SvcInfo ( object message, Exception exception ) : void

보호된 메소드들

메소드 설명
BaseLogger ( IArguments args ) : System

메소드 상세

BaseLogger() 보호된 메소드

protected BaseLogger ( IArguments args ) : System
args IArguments
리턴 System

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

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

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

public abstract DebugFormat ( string format ) : void
format string
리턴 void

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

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

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

public abstract Error ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

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

public abstract ErrorFormat ( string format ) : void
format string
리턴 void

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

public abstract Info ( object message ) : void
message object
리턴 void

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

public abstract InfoFormat ( string format ) : void
format string
리턴 void

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

public abstract SvcInfo ( object message ) : void
message object
리턴 void

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

public abstract SvcInfo ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void