码迷,mamicode.com
首页 > 其他好文 > 详细

fds

时间:2014-10-01 02:12:10      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   sp   div   art   c   

 1     private static void Console(string msg)
 2     {
 3         if ((0 != 0) || msg.StartsWith("[INFO] "))
 4         {
 5             Debug.Log(msg);
 6         }
 7         else if (msg.StartsWith("[ERROR] "))
 8         {
 9             Debug.LogError(msg);
10         }
11         else if (msg.StartsWith("[EXCEPTION] "))
12         {
13             Debug.LogError(msg);
14         }
15         else if (msg.StartsWith("[WARN] "))
16         {
17             Debug.LogWarning(msg);
18         }
19     }

 

fds

标签:style   blog   color   io   ar   sp   div   art   c   

原文地址:http://www.cnblogs.com/quinsmpang/p/4002970.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!