C# 클래스 Crow.Library.Logger.DefaultLogger

상속: ILog
파일 보기 프로젝트 열기: msusur/Crowfx

공개 메소드들

메소드 설명
Debug ( Func messageFactory ) : void
Debug ( string message ) : void
Debug ( string message, System exception ) : void
DebugFormat ( System exception, System formatProvider, string format ) : void
DebugFormat ( System exception, string format ) : void
DebugFormat ( string format ) : void
Error ( System messageFactory ) : void
Error ( string message ) : void
Error ( string message, System exception ) : void
ErrorFormat ( System exception, System formatProvider, string format ) : void
ErrorFormat ( System exception, string format ) : void
ErrorFormat ( string format ) : void
Fatal ( System messageFactory ) : void
Fatal ( string message ) : void
Fatal ( string message, System exception ) : void
FatalFormat ( System exception, System formatProvider, string format ) : void
FatalFormat ( System exception, string format ) : void
FatalFormat ( string format ) : void
Info ( System messageFactory ) : void
Info ( string message ) : void
Info ( string message, System exception ) : void
InfoFormat ( System exception, System formatProvider, string format ) : void
InfoFormat ( System exception, string format ) : void
InfoFormat ( string format ) : void
Warn ( System messageFactory ) : void
Warn ( string message ) : void
Warn ( string message, System exception ) : void
WarnFormat ( System exception, System formatProvider, string format ) : void
WarnFormat ( System exception, string format ) : void
WarnFormat ( string format ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( Func messageFactory ) : void
messageFactory Func
리턴 void

Debug() 공개 메소드

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

Debug() 공개 메소드

public Debug ( string message, System exception ) : void
message string
exception System
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( System exception, string format ) : void
exception System
format string
리턴 void

DebugFormat() 공개 메소드

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

Error() 공개 메소드

public Error ( System messageFactory ) : void
messageFactory System
리턴 void

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( string message, System exception ) : void
message string
exception System
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( System exception, string format ) : void
exception System
format string
리턴 void

ErrorFormat() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( System messageFactory ) : void
messageFactory System
리턴 void

Fatal() 공개 메소드

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

Fatal() 공개 메소드

public Fatal ( string message, System exception ) : void
message string
exception System
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( System exception, string format ) : void
exception System
format string
리턴 void

FatalFormat() 공개 메소드

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

Info() 공개 메소드

public Info ( System messageFactory ) : void
messageFactory System
리턴 void

Info() 공개 메소드

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

Info() 공개 메소드

public Info ( string message, System exception ) : void
message string
exception System
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( System exception, string format ) : void
exception System
format string
리턴 void

InfoFormat() 공개 메소드

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

Warn() 공개 메소드

public Warn ( System messageFactory ) : void
messageFactory System
리턴 void

Warn() 공개 메소드

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

Warn() 공개 메소드

public Warn ( string message, System exception ) : void
message string
exception System
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( System exception, System formatProvider, string format ) : void
exception System
formatProvider System
format string
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( System exception, string format ) : void
exception System
format string
리턴 void

WarnFormat() 공개 메소드

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