Skip to content

v0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jan 08:20
· 1 commit to master since this release

ComponentLogging v0.1.6

Diff since v0.1.5

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)).