C# 클래스 ICSharpCode.Core.LoggingService

Class for easy logging.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( object message ) : void
DebugFormatted ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormatted ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception exception ) : void
FatalFormatted ( string format ) : void
Info ( object message ) : void
InfoFormatted ( string format ) : void
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormatted ( string format ) : void

비공개 메소드들

메소드 설명
LoggingService ( ) : System

메소드 상세

Debug() 공개 정적인 메소드

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

DebugFormatted() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

ErrorFormatted() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

public static Fatal ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

FatalFormatted() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

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

InfoFormatted() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

public static Warn ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

WarnFormatted() 공개 정적인 메소드

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