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