Method | Description | |
---|---|---|
Add ( |
Add an event to the log
|
|
PrintAll ( ) : void |
Print all events to the console
|
|
ToFile ( string Filename ) : void |
Save the log to a file
|
public static Add ( |
||
Type | The Log.Type to record | |
Data | string | The data of the event |
return | void |
public static ToFile ( string Filename ) : void | ||
Filename | string | The file to save to |
return | void |