This repository has been archived by the owner on Jun 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Added support to Async Logging and much more #7
Open
varshneyjayant
wants to merge
66
commits into
daptiv:master
Choose a base branch
from
varshneyjayant:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
varshneyjayant
commented
Jan 6, 2015
- Updated JSON formatting using Newtonsoft.Json
- Added support to custom objects and exception objects
- Added support to multiple tags
- Added support to send messages asynchronously
- Added support to retry if the messages is failed
- Updated Readme
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.
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]'.
Adding custom object properties to event top level
Added check to make sure _threadContextProperties is not null
Added check to make sure _threadContextProperties is not null
Added instructions to initialize log4net configuration in the application
Added information to use layouts
Conversion pattern support
Adding contexts
Added Bulk Mode Support With Better Thread Handling
Added support for bulk mode
Update README.md
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.