System.Runtime.Remoting.InternalRemotingServices.DebugOutChnl C# (CSharp) Method

DebugOutChnl() private method

private DebugOutChnl ( String s ) : void
s String
return void
        public static void DebugOutChnl(String s)
        {
            // BCLDebug.Trace("REMOTINGCHANNELS", "CHNL:" + s + "\n");
            Message.OutToUnmanagedDebugger("CHNL:"+s+"\n");
            // Console.WriteLine("CHNL:"+s+"\n");
        }