Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@wuzzeb
Copy link

@wuzzeb wuzzeb commented Apr 2, 2011

Consider the following test program:

using System;
using System.Diagnostics;

public class Foo
{
public static void Main()
{
    var t = new TraceSource("Test", SourceLevels.All);
    Console.WriteLine(t.Switch.Level.ToString());
}
}

If you run this using Microsoft.NET, it prints "All". If you run it with mono, mono prints "Off".

@marek-safar
Copy link
Member

Could you add unit test for it as well

@alexrp
Copy link
Contributor

alexrp commented Jul 2, 2013

ping?

@alexrp
Copy link
Contributor

alexrp commented Jul 21, 2013

I'll close this due to inactivity. Feel free to open a new pull request if you get some time to do so!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants