slog v2.7.0 Release Notes

Release Date: 2020-11-29 // over 3 years ago
    • Implement Hash for Level and FilterLevel
    • ➕ Add #% for alternate display of the value part
    • Implement Eq for dynamic Keys
    • ➕ Add emit_error to Serializer, # for serializing foreign errors, and impl Value for std::io::Error
    • ➕ Add Serde (if nested-values feature is enabled) to optionally wrap a value that implements [serde::Serialize] so it's written to the log record as an object, rather than a primitive.

Previous changes from v2.6.0

    • ➕ Add #? for pretty-debug printing the value part