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,
MonoBehaviour  obj 
)
inlinestatic

Print error message with a caller-context variable.

Definition at line 127 of file AVR_DevConsole.cs.

128  {
129  error(obj.name + "::" + obj.GetType().ToString() + ">> " + s);
130  }
static void error(string s)
Print a given error string on the console.