Skip to content

Instantly share code, notes, and snippets.

@jz5
Created September 10, 2015 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/a8258e951f66fdc160f3 to your computer and use it in GitHub Desktop.
Save jz5/a8258e951f66fdc160f3 to your computer and use it in GitHub Desktop.
static void Main(string[] args)
{
Trace.Listeners.Add(new FooTraceListener());
Debug.WriteLine("こんばんは");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment