C# 클래스 HeaviSoft.FrameworkBase.Utility.Log.Logger

파일 보기 프로젝트 열기: heavis/Documentor_V01R01

공개 메소드들

메소드 설명
Debug ( object message ) : void
Debug ( object message, Exception t ) : void
Error ( object message ) : void
Error ( object message, Exception t ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception t ) : void
Info ( object message ) : void
Info ( object message, Exception t ) : void
Warn ( object message ) : void
Warn ( object message, Exception t ) : void

비공개 메소드들

메소드 설명
GetInstance ( ) : ILogger
Logger ( ) : System

메소드 상세

Debug() 공개 정적인 메소드

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

Debug() 공개 정적인 메소드

public static Debug ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

Error() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

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

Fatal() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

public static Info ( object message, Exception t ) : void
message object
t System.Exception
리턴 void

Warn() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

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