C# 클래스 Apache.NMS.Tracer

파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( object message ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
FatalFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
Warn ( object message ) : void
WarnFormat ( string format ) : void

비공개 메소드들

메소드 설명
Tracer ( )

메소드 상세

Debug() 공개 정적인 메소드

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

DebugFormat() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

ErrorFormat() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

public static Fatal ( object message ) : void
message object
리턴 void

FatalFormat() 공개 정적인 메소드

public static FatalFormat ( string format ) : void
format string
리턴 void

Info() 공개 정적인 메소드

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

InfoFormat() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

public static Warn ( object message ) : void
message object
리턴 void

WarnFormat() 공개 정적인 메소드

public static WarnFormat ( string format ) : void
format string
리턴 void