You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
When you use multiple writers with different formatters, the formatter of the next writer gets the formatted event from the first writer (and so on). The reason this happens is, of course, references.
In my opinion the formatters shouldn't actually change the original values, but just return a formatted "local" version of the event. If you guys agree I can create a PR for this, but first want to discuss the possible solutions here. So any thoughts?
The text was updated successfully, but these errors were encountered:
When you use multiple writers with different formatters, the formatter of the next writer gets the formatted event from the first writer (and so on). The reason this happens is, of course, references.
In my opinion the formatters shouldn't actually change the original values, but just return a formatted "local" version of the event. If you guys agree I can create a PR for this, but first want to discuss the possible solutions here. So any thoughts?
The text was updated successfully, but these errors were encountered: