C# Class SkyNet.Log.Event

Logged event class
Afficher le fichier Open project: hipolipolopigus/SkyNet_Old

Méthodes publiques

Méthode 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 méthode

Print this event to the console
public Print ( ) : void
Résultat void

ToString() public méthode

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