PRoConEvents.MULTIbalancer.DebugFetch C# (CSharp) Method

DebugFetch() private method

private DebugFetch ( String msg ) : void
msg String
return void
        private void DebugFetch(String msg)
        {
            DebugFetch(msg, 7);
        }

Same methods

MULTIbalancer::DebugFetch ( String msg, int level ) : void
MULTIbalancer