Validate an ILogger-based design that builds on LoggerMessage and improves performance
• Starting with this PR that provides ILogger support, convert some common logs to use the LoggerMessage attribute
• Update/adapt an existing sample to harness this and record the logs
• Run benchmarks and record perf differences
acceptance criteria
• Logs are present and formatted as expected (mise docs for reference)
• Customers can provide ILogger implementations
Validate an ILogger-based design that builds on LoggerMessage and improves performance
• Starting with this PR that provides ILogger support, convert some common logs to use the LoggerMessage attribute
• Update/adapt an existing sample to harness this and record the logs
• Run benchmarks and record perf differences
acceptance criteria
• Logs are present and formatted as expected (mise docs for reference)
• Customers can provide ILogger implementations