ComponentLogging v0.1.6
Changed
- PlainLogger now uses keyword defaults via
@kwdef.
Removed
PlainLogger(min_level::LogLevel)positional constructor; use keyword arguments instead (e.g.PlainLogger(min_level=Debug)).
@kwdef.PlainLogger(min_level::LogLevel) positional constructor; use keyword arguments instead (e.g. PlainLogger(min_level=Debug)).