C# Class GameFramework.GameControler.Logger

Inheritance: IDisposable
Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Private Properties

Свойство Type Description
FlushToFile void
Init void
Log void
OnThreadQuit void
Release void
RequestFlush void
Tick void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
FlushToFile ( Queue logQueue ) : void
Init ( string logPath ) : void
Log ( string format ) : void
OnThreadQuit ( ) : void
Release ( ) : void
RequestFlush ( ) : void
Tick ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void