예제 #1
0
    public static void Log(object _str)
    {
        Debug.Log(_str);

        RecordLog.Write(_str as String);
    }