System.Diagnostics.Tests.DebuggerTests.Log C# (CSharp) Method

Log() private method

private Log ( ) : void
return void
        public void Log()
        {
            Debugger.Log(10, "category", "This is a test log message raised in the System.Diagnostics.Debug tests for the .NET Debugger class.");
        }