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

Fix for invalid XML characters in Log4JXmlEventLayoutRenderer #336

Merged
1 commit merged into from
May 1, 2014

Conversation

JvanderStad
Copy link
Contributor

Added a helper class for handling invalid XML characters (Use in Log4JXmlEventLayoutRenderer)

I'm using a external obfuscated dll.. They used obfuscated method names which contain invalid XML characters. The XmlWriter methods in Log4JXmlEventLayoutRenderer could not handle them.

image

I created extension methods which filters the invalid XML-characters..

ghost pushed a commit that referenced this pull request May 1, 2014
Fix for invalid XML characters in Log4JXmlEventLayoutRenderer
@ghost ghost merged commit d21cc1f into NLog:master May 1, 2014
@ghost
Copy link

ghost commented May 1, 2014

Thanks for the pull request, it looks good

@ghost ghost added the bug label May 1, 2014
@ghost ghost added this to the 3.0 milestone May 1, 2014
@JvanderStad JvanderStad deleted the fix/invalid-characters-in-xml branch May 1, 2014 18:47
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report / Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant