C# Class Reign.Core.Debug

Datei anzeigen Open project: reignstudios/ReignSDK

Public Methods

Method Description
PrintError ( string source, string message ) : void
ThrowError ( string source, string message ) : void

Private Methods

Method Description
getErrorText ( string source, string message ) : string

Method Details

PrintError() public static method

public static PrintError ( string source, string message ) : void
source string
message string
return void

ThrowError() public static method

public static ThrowError ( string source, string message ) : void
source string
message string
return void