C# Class TuningScannerProject.Logging

Afficher le fichier Open project: noahsw/highlight-hunter

Méthodes publiques

Méthode Description
CloseLogger ( bool WriteCloser = true ) : void
InitLogger ( string LogFileName = "Odessa_debug.log", bool Append = false, bool WriteHeader = true ) : bool

WriteSystemInformation ( ) : void

Private Methods

Méthode Description
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

Method Details

CloseLogger() public méthode

public CloseLogger ( bool WriteCloser = true ) : void
WriteCloser bool
Résultat void

InitLogger() public méthode

public InitLogger ( string LogFileName = "Odessa_debug.log", bool Append = false, bool WriteHeader = true ) : bool
LogFileName string
Append bool
WriteHeader bool
Résultat bool

WriteSystemInformation() public méthode

public WriteSystemInformation ( ) : void
Résultat void