Example #1
0
 private void Log(string text)
 {
     if (logging)
     {
         Observatory.Log("cAPI> " + text);
     }
 }
Example #2
0
 private void Log(string text)
 {
     if (settings.EDODebug)
     {
         Observatory.Log("Overlay> " + text);
     }
 }