Apache.NMS.ActiveMQ.Test.NmsConsoleTracer.Debug C# (CSharp) Method

Debug() public method

public Debug ( string message ) : void
message string
return void
        public void Debug(string message)
        {
            System.Console.WriteLine(string.Format("DEBUG: {0}", message));
        }