Exemplo n.º 1
0
 public static void LogError(this object obj, string format, params object[] args)
 {
     Debuger.LogError(GetLogTag(obj), GetLogCallerMethod(), string.Format(format, args));
 }
Exemplo n.º 2
0
        //----------------------------------------------------------------------


        public static void LogError(this object obj, string message)
        {
            Debuger.LogError(GetLogTag(obj), GetLogCallerMethod(), (string)message);
        }