C# Class Gears.Cloud._Debug.Debug

A class to handle static debug functions.
ファイルを表示 Open project: spectrumbranch/gearsvge

Public Methods

Method Description
Out ( string msg ) : void

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

Method Details

Out() public static method

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.
return void