C# 클래스 Common.Logging.ETWLogger.Tests.TestEventSource4

상속: EventSource, ICommonLoggingEventSource
파일 보기 프로젝트 열기: net-commons/common-logging 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( string message ) : void
DebugException ( string message, string exception ) : void
Error ( string message ) : void
ErrorException ( string message, string exception ) : void
Fatal ( string message ) : void
FatalException ( string message, string exception ) : void
Info ( string message ) : void
InfoException ( string message, string exception ) : void
Trace ( string message ) : void
TraceException ( string message, string exception ) : void
Warn ( string message ) : void
WarnException ( string message, string exception ) : void

메소드 상세

Debug() 공개 메소드

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

DebugException() 공개 메소드

public DebugException ( string message, string exception ) : void
message string
exception string
리턴 void

Error() 공개 메소드

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

ErrorException() 공개 메소드

public ErrorException ( string message, string exception ) : void
message string
exception string
리턴 void

Fatal() 공개 메소드

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

FatalException() 공개 메소드

public FatalException ( string message, string exception ) : void
message string
exception string
리턴 void

Info() 공개 메소드

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

InfoException() 공개 메소드

public InfoException ( string message, string exception ) : void
message string
exception string
리턴 void

Trace() 공개 메소드

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

TraceException() 공개 메소드

public TraceException ( string message, string exception ) : void
message string
exception string
리턴 void

Warn() 공개 메소드

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

WarnException() 공개 메소드

public WarnException ( string message, string exception ) : void
message string
exception string
리턴 void