Skip to content

Add Renderers to each of the log actions #61

@colinangusmackay

Description

@colinangusmackay

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions