[Mono-bugs] [Bug 499442] Double printing using ConsoleTraceListener

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 1 13:03:15 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=499442

User dwayne at zeroc.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=499442#c2





--- Comment #2 from Dwayne Boone <dwayne at zeroc.com>  2009-05-01 11:03:15 MDT ---
Sorry, I meant to mention that you need to use a config file to configure the
console listener. For example:

<configuration>
  <system.diagnostics>
    <trace autoflush="false" indentsize="4">
      <listeners>
        <add name="Console" type="System.Diagnostics.ConsoleTraceListener"/>
      </listeners>
    </trace>
  </system.diagnostics>
</configuration>

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list