Skip to content

TraceTarget no longer blocks on error messages#3

Merged
1 commit merged intomasterfrom
unknown repository
Sep 19, 2012
Merged

TraceTarget no longer blocks on error messages#3
1 commit merged intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@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
Copy Markdown

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.

2 participants