Skip to content

Ver.2.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 10:26
· 38 commits to master since this release

Breaking Changes

Performance improvement for LogInfo passing but some breaking changes at formatter configuration.

PlainText SetPrefixFormatter/SetSuffixFormatter requires type and in
formatter.SetPrefixFormatter($"", (template, info) => -> formatter.SetPrefixFormatter($"", (in MessageTemplate template, in LogInfo info) =>

Json AdditionalFormatter requires type and in
formatter.AdditionalFormatter(writer, info) => -> formatter.AdditionalFormatter(Utf8JsonWriter writer, in LogInfo info)

Full Changelog: 2.4.0...2.4.1