C# Class SkyNet.Log.Event

Logged event class
Datei anzeigen Open project: hipolipolopigus/SkyNet_Old

Public Methods

Method Description
Print ( ) : void

Print this event to the console

ToString ( ) : string

Return this event as a string with the format "[time][type] data"

Method Details

Print() public method

Print this event to the console
public Print ( ) : void
return void

ToString() public method

Return this event as a string with the format "[time][type] data"
public ToString ( ) : string
return string