C# 클래스 iSynaptic.Commons.Diagnostics.LoggerExtensions

파일 보기 프로젝트 열기: iSynaptic/iSynaptic.Commons

공개 메소드들

메소드 설명
Debug ( this logger, object message ) : void
Debug ( this logger, object message, object context ) : void
Error ( this logger, object message ) : void
Error ( this logger, object message, object context ) : void
Fatal ( this logger, object message ) : void
Fatal ( this logger, object message, object context ) : void
Info ( this logger, object message ) : void
Info ( this logger, object message, object context ) : void
Warn ( this logger, object message ) : void
Warn ( this logger, object message, object context ) : void

비공개 메소드들

메소드 설명
SafeLog ( this logger, LogLevel level, object message, object context ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( this logger, object message ) : void
logger this
message object
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( this logger, object message, object context ) : void
logger this
message object
context object
리턴 void

Error() 공개 정적인 메소드

public static Error ( this logger, object message ) : void
logger this
message object
리턴 void

Error() 공개 정적인 메소드

public static Error ( this logger, object message, object context ) : void
logger this
message object
context object
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( this logger, object message ) : void
logger this
message object
리턴 void

Fatal() 공개 정적인 메소드

public static Fatal ( this logger, object message, object context ) : void
logger this
message object
context object
리턴 void

Info() 공개 정적인 메소드

public static Info ( this logger, object message ) : void
logger this
message object
리턴 void

Info() 공개 정적인 메소드

public static Info ( this logger, object message, object context ) : void
logger this
message object
context object
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( this logger, object message ) : void
logger this
message object
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( this logger, object message, object context ) : void
logger this
message object
context object
리턴 void