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