C# Class Gears.Cloud._Debug.Debug

A class to handle static debug functions.
Afficher le fichier Open project: spectrumbranch/gearsvge

Méthodes publiques

Méthode Description
Out ( string msg ) : void

Outputs a message to the debug out log file and adds a datetime stamp.

Method Details

Out() public static méthode

Outputs a message to the debug out log file and adds a datetime stamp.
public static Out ( string msg ) : void
msg string The output message.
Résultat void