Dynamic Logging
Steeltoe includes two logging providers that wrap existing logger libraries with support for managing log levels at runtime through the Steeltoe Management logger endpoint and recording distributed trace information.
- Steeltoe Dynamic Logger works with
Microsoft.Extensions.Logging.Console
. - Steeltoe Dynamic Serilog works with
Serilog