Skip to content

Things to make different next time around (slog v3?)

Dawid Ciężarkiewicz edited this page Jun 21, 2018 · 11 revisions

If this is to ever happen, it should happen after log is 1.0 or has settled enough so there's a clear compatibility story here.

Notes:

Logger and Drain are kind of the same thing. Logger is just an intance of Drain. So we should take Drain everywhere where Logger was expected?

serde_erased is not stable ...

https://github.com/serde-rs/serde/issues/1319 so we can use impl Value for T where T : serde::Serialize ?