Method | Description | |
---|---|---|
LogWriter ( ) : System |
Default Constructor
|
|
LogWriter ( |
Default Copy Constructor
|
|
LogWriter ( string logFilename = null ) : System |
Default Constructor
|
|
WriteLog ( String pMsg ) : void |
Writer given message to the log with current time.
|
Method | Description | |
---|---|---|
loadFromFile ( |
Actual load Function that loads values from the file.
|
|
writeLoop ( ) : void |
Loop Function that writes to the file.
|
public LogWriter ( |
||
b | the object to copy from | |
return | System |
public LogWriter ( string logFilename = null ) : System | ||
logFilename | string | |
return | System |
public WriteLog ( String pMsg ) : void | ||
pMsg | String | the message to print to the log file. |
return | void |
protected loadFromFile ( |
||
stream | stream from the file | |
return | void |