ZeroLog v1.6.0 Release Notes

Release Date: 2020-12-03 // over 3 years ago
    • ➕ Added structured logging feature with AppendKeyValue (#40, #41)
    • ➕ Added support for %{field} syntax in prefix patterns (in addition to %field)
    • ➕ Added file open/close hooks to DateAndSizeRollingFileAppender
    • 🌲 Log thread name instead of id when available

Previous changes from v1.5.0

    • ⚡️ Updated dependencies: replaced Jil with Newtonsoft.Json (#39)
    • ➕ Added ReadOnlySpan<byte> and ReadOnlySpan<char> overloads to AppendAsciiString (#37)