C# Class BodyTetrisWrapper.Logger

Show file Open project: NBLANCHE/Project

Public Methods

Method 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 method

public AddLog ( string log ) : void
log string
return void

AddLogWithTime() public method

public AddLogWithTime ( string log ) : void
log string
return void

AddLogWithTime() public method

public AddLogWithTime ( string log, float array ) : void
log string
array float
return void

AddLogWithTime() public method

public AddLogWithTime ( string log, int array ) : void
log string
array int
return void

Close() public method

public Close ( ) : void
return void

GetDateTimeString() public static method

public static GetDateTimeString ( ) : string
return string

Logger() public method

public Logger ( string path ) : System
path string
return System