C# 클래스 Russ.Logger.Log

파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp

공개 메소드들

메소드 설명
Close ( ) : void
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
DebugFormat ( string message ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
ErrorFormat ( string message ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
FatalFormat ( string message ) : void
Flush ( ) : void
GetLogger ( Type classLogger ) : Log
Info ( string message ) : void
Info ( string message, Exception exception ) : void
InfoFormat ( string message ) : void
InitializeLogging ( LogLevels level, string filePath, bool forAppend ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void
WarnFormat ( string message ) : void

비공개 메소드들

메소드 설명
Log ( ) : System
Log ( Type classLogger ) : System
LogData ( string message ) : void
LogData ( string message, LogLevels level, Exception exception ) : void
WriteProcessing ( ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Debug() 공개 메소드

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

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

ErrorFormat() 공개 메소드

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

Fatal() 공개 메소드

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

Fatal() 공개 메소드

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

FatalFormat() 공개 메소드

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

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

GetLogger() 공개 정적인 메소드

public static GetLogger ( Type classLogger ) : Log
classLogger System.Type
리턴 Log

Info() 공개 메소드

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

Info() 공개 메소드

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

InfoFormat() 공개 메소드

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

InitializeLogging() 공개 정적인 메소드

public static InitializeLogging ( LogLevels level, string filePath, bool forAppend ) : void
level LogLevels
filePath string
forAppend bool
리턴 void

Warn() 공개 메소드

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

Warn() 공개 메소드

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

WarnFormat() 공개 메소드

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