C# Class MechArcher.Log

Afficher le fichier Open project: RITMechArch/MechArch

Méthodes publiques

Méthode Description
Clear ( ) : void
GetInstance ( ) : Log
WriteLine ( string message ) : void

Méthodes protégées

Méthode Description
OnLogChanged ( ) : void

Private Methods

Méthode Description
Log ( ) : System

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetInstance() public static méthode

public static GetInstance ( ) : Log
Résultat Log

OnLogChanged() protected méthode

protected OnLogChanged ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void