aquavm/crates/air-lib/log-targets
2021-10-05 20:08:10 +03:00
..
src Decouple log targets to a separate crate (#152) 2021-10-05 16:55:04 +03:00
Cargo.toml Update crate info; housekeeping (#153) 2021-10-05 20:08:10 +03:00
README.md Decouple log targets to a separate crate (#152) 2021-10-05 16:55:04 +03:00

AIR logger targets

The marine logger allows adjusting not only by a logging level defined in the log crate, but also by a component id (or targets in terms of the log crate). So, it could be considered as a matrix where each component could have its own logging level. This crate defines several component id that are used by other crates.