-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A rendered de-couples the log action from the thing that is being logged. This way the logging doesn't have to use the Microsoft logging framework and the configuration can be logged directly to console, the Debug Trace, or other third-party logging frameworks.
Two types of renderers will be require, a structured renderer (for things like Microsoft's logging and Serilog) and a non-structured renderer (for things like Console logging)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request