VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
static void AVR.Core.AVR_DevConsole.cerror ( string  s,
string  obj 
)
inlinestatic

Print error message with a caller-context variable.

Definition at line 139 of file AVR_DevConsole.cs.

140  {
141  error(obj + ">> " + s);
142  }
static void error(string s)
Print a given error string on the console.