C# 클래스 FubuMVC.LightningQueues.FubuLoggingAdapter

상속: global::LightningQueues.Logging.ILogger
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc

공개 메소드들

메소드 설명
Debug ( string message ) : void
DebugFormat ( string message ) : void
DebugFormat ( string message, object arg1 ) : void
DebugFormat ( string message, object arg1, object arg2 ) : void
Error ( string message, Exception exception ) : void
FubuLoggingAdapter ( ILogger logger ) : System
Info ( string message ) : void
InfoFormat ( string message ) : void
InfoFormat ( string message, object arg1 ) : void
InfoFormat ( string message, object arg1, object arg2 ) : void

메소드 상세

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

public DebugFormat ( string message ) : void
message string
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string message, object arg1 ) : void
message string
arg1 object
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
리턴 void

Error() 공개 메소드

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

FubuLoggingAdapter() 공개 메소드

public FubuLoggingAdapter ( ILogger logger ) : System
logger ILogger
리턴 System

Info() 공개 메소드

public Info ( string message ) : void
message string
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( string message ) : void
message string
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( string message, object arg1 ) : void
message string
arg1 object
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
리턴 void