C# 클래스 TuningScannerProject.Logging

파일 보기 프로젝트 열기: noahsw/highlight-hunter

공개 메소드들

메소드 설명
CloseLogger ( bool WriteCloser = true ) : void
InitLogger ( string LogFileName = "Odessa_debug.log", bool Append = false, bool WriteHeader = true ) : bool

WriteSystemInformation ( ) : void

비공개 메소드들

메소드 설명
GlobalMemoryStatusEx ( [ lpBuffer ) : bool
Logging ( ) : System

Used if InitLogger is deferred until later

Logging ( string LogFileName ) : System

Create the class

WriteToLog ( string str, bool PrintDateTime = true ) : bool

메소드 상세

CloseLogger() 공개 메소드

public CloseLogger ( bool WriteCloser = true ) : void
WriteCloser bool
리턴 void

InitLogger() 공개 메소드

public InitLogger ( string LogFileName = "Odessa_debug.log", bool Append = false, bool WriteHeader = true ) : bool
LogFileName string
Append bool
WriteHeader bool
리턴 bool

WriteSystemInformation() 공개 메소드

public WriteSystemInformation ( ) : void
리턴 void