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