C# Class BodyTetrisWrapper.Logger

Afficher le fichier Open project: NBLANCHE/Project

Méthodes publiques

Méthode Description
AddLog ( string log ) : void
AddLogWithTime ( string log ) : void
AddLogWithTime ( string log, float array ) : void
AddLogWithTime ( string log, int array ) : void
Close ( ) : void
GetDateTimeString ( ) : string
Logger ( string path ) : System

Method Details

AddLog() public méthode

public AddLog ( string log ) : void
log string
Résultat void

AddLogWithTime() public méthode

public AddLogWithTime ( string log ) : void
log string
Résultat void

AddLogWithTime() public méthode

public AddLogWithTime ( string log, float array ) : void
log string
array float
Résultat void

AddLogWithTime() public méthode

public AddLogWithTime ( string log, int array ) : void
log string
array int
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GetDateTimeString() public static méthode

public static GetDateTimeString ( ) : string
Résultat string

Logger() public méthode

public Logger ( string path ) : System
path string
Résultat System