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

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