PRoConEvents.MULTIbalancer.DebugUnswitch C# (CSharp) 메소드

DebugUnswitch() 개인적인 메소드

private DebugUnswitch ( String msg ) : void
msg String
리턴 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