mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
Motivation behind this is to greatly reduce code duplication and more streamlined syslog experience. Integration with log facade allows us to have logs from 3rd party crates and better integration into rust ecosystem. As well as getting rid of our log/warn/etc macros. Notable changes: * Moving to log's levels: info/trace/debug/error/warn. Note that none of our code utilizes alert/critical/etc so this is benign * Moving windows' syslog implementation filtering into cross-platform scope; BUG=none TEST=kokoro Change-Id: I28b3a34a3ddca21af9cc6d191061681a02314f7b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3588248 Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Auto-Submit: Anton Romanov <romanton@google.com> Reviewed-by: Vikram Auradkar <auradkar@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Anton Romanov <romanton@google.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |