C# Class Test.TJS2App.DebugConsoleOutput

Inheritance: ConsoleOutput
Show file Open project: fantasydr/krkr-cs

Public Methods

Method Description
ExceptionPrint ( string msg ) : void
Print ( string msg ) : void

Method Details

ExceptionPrint() public method

public ExceptionPrint ( string msg ) : void
msg string
return void

Print() public method

public Print ( string msg ) : void
msg string
return void