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

Conversation

ghost
Copy link

@ghost ghost commented Sep 19, 2012

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.

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.
ghost pushed a commit that referenced this pull request Sep 19, 2012
TraceTarget no longer blocks on error messages. Fixes Codeplex bug 2599
@ghost ghost merged commit b15ca6c into NLog:master Sep 19, 2012
@MNF
Copy link

MNF commented Dec 19, 2012

When are you planning to publish the fixed items as Nuget package?

This pull request was closed.
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.

None yet

2 participants