PRoConEvents.MULTIbalancer.ConsoleDebug C# (CSharp) Method

ConsoleDebug() public method

public ConsoleDebug ( String msg ) : void
msg String
return void
        public void ConsoleDebug(String msg)
        {
            if (DebugLevel >= 6) ConsoleWrite(msg, MessageType.Debug, 6);
        }
MULTIbalancer