C# 클래스 log4net.ILogExtentions

Extension methods for adding additional log shortcuts for Verbose and Trace level logging.
파일 보기 프로젝트 열기: agardiner/hfmcmd

공개 메소드들

메소드 설명
Fine ( this log, string message ) : void
Fine ( this log, string message, Exception exception ) : void
FineFormat ( this log, string message ) : void
IsFineEnabled ( this log ) : bool
IsTraceEnabled ( this log ) : bool
Trace ( this log, string message ) : void
Trace ( this log, string message, Exception exception ) : void
TraceFormat ( this log, string message ) : void

메소드 상세

Fine() 공개 정적인 메소드

public static Fine ( this log, string message ) : void
log this
message string
리턴 void

Fine() 공개 정적인 메소드

public static Fine ( this log, string message, Exception exception ) : void
log this
message string
exception System.Exception
리턴 void

FineFormat() 공개 정적인 메소드

public static FineFormat ( this log, string message ) : void
log this
message string
리턴 void

IsFineEnabled() 공개 정적인 메소드

public static IsFineEnabled ( this log ) : bool
log this
리턴 bool

IsTraceEnabled() 공개 정적인 메소드

public static IsTraceEnabled ( this log ) : bool
log this
리턴 bool

Trace() 공개 정적인 메소드

public static Trace ( this log, string message ) : void
log this
message string
리턴 void

Trace() 공개 정적인 메소드

public static Trace ( this log, string message, Exception exception ) : void
log this
message string
exception System.Exception
리턴 void

TraceFormat() 공개 정적인 메소드

public static TraceFormat ( this log, string message ) : void
log this
message string
리턴 void