Ejemplo n.º 1
0
 /// <summary>
 /// Log an item ignoring the ColectFeedback settings
 /// This method must not be used for anything except insturmentation
 /// on/off reporting without explicit permission from the user
 /// Uses of this method must be approved by TL + Legal
 /// </summary>
 /// <param name="tag"></param>
 /// <param name="data"></param>
 public static void FORCE_Log(string tag, string data)
 {
     LoggerImpl.FORCE_Log(tag, data);
 }