This repository was archived by the owner on Jun 2, 2018. It is now read-only.
Added check to make sure _threadContextProperties is not null - #8
Open
jgarcilazo wants to merge 39 commits into
Open
Added check to make sure _threadContextProperties is not null#8jgarcilazo wants to merge 39 commits into
jgarcilazo wants to merge 39 commits into
Conversation
as loggly dashboard does not allow a field to change its type e.g. if messageinfo field has plain text value then for the next time loggly will not allow it to handle messageinfo field value as a object so if the message value in not a string type then use field objectinfo
Removed ServiceStack and added Newtonsoft.Json to serialize objects into JSON. Fixed Log,InfoFormat issue and added more handling for custom objects and exceptions.
Updated to Json.Net
…ges and formatted message objects.
…ng messages and formatted message objects." This reverts commit 13b607c.
…d_messages Now sending RenderedMessage to Loggly. Should cover both string messages...
1. Now sends only those objects which are not null. 2. Bug Fixes
Removed NDC support as they were not fit for filtering the json data in Loggly Dashboard
Formatting is moved to the main thread to prevent the re-looping of various properties.
Re-factored Code
unhandled exception of type 'Newtonsoft.Json.JsonSerializationException' occurred in Newtonsoft.Json.dll Additional information: Self referencing loop detected for property 'Parent' with type 'log4net_loggly_console.Person'. Path 'objectInfo.Children[0]'.
fix for self refrencing bug
Sends all the values pushed in the ThreadStack as an array with the Key as Stack name
Adding custom object properties to event top level
Added check to make sure _threadContextProperties is not null
|
@jgarcilazo I think this repository is discontinued. I am keeping this one alive at https://github.com/psquickitjayant/log4net-loggly and updating on Nuget. So, if you make any updates / fixes in the library, just send me a pull request. Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.