Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TraceTarget no longer blocks on error messages #3

Merged
1 commit merged into from Sep 19, 2012
Merged

TraceTarget no longer blocks on error messages #3

1 commit merged into from Sep 19, 2012

Commits on Sep 19, 2012

  1. TraceTarget no longer blocks on error messages

    When using TraceTarget to log error events, it would cause the application
    to block because of the default behaviour of Trace.Fail (described on the
    MSDN page).
    Changed to only use Trace.Fail when receiving an event Fatal or above.
    Also started to use TraceInformation, TraceWarning and TraceError for the
    correspondig log levels.
    kichristensen committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    445e8d4 View commit details
    Browse the repository at this point in the history