C# Class KineticMath.Helpers.DebugHelper

A helper class to help debug messages from various parts of the code
显示文件 Open project: kingston/kineticmath Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : DebugHelper
LogMessage ( string message ) : void

Private Methods

Method Description
DebugHelper ( ) : System

Method Details

GetInstance() public static method

public static GetInstance ( ) : DebugHelper
return DebugHelper

LogMessage() public method

public LogMessage ( string message ) : void
message string
return void