PRoConEvents.MULTIbalancer.DebugUnswitch C# (CSharp) Method

DebugUnswitch() private method

private DebugUnswitch ( String msg ) : void
msg String
return void
        private void DebugUnswitch(String msg)
        {
            String prefix = String.Empty;
            if (Thread.CurrentThread.Name == null || Thread.CurrentThread.Name != "unswitcher") prefix = "^5(SWITCH)";
            DebugWrite(prefix + " ^6" + msg, 5);
        }
MULTIbalancer