aquavm/crates/air-lib/log-targets
Mike Voronov 24f0d66bed
Rename subtree to subgraph (#265)
Intially, a fold instruction was designed based on idea that its iterable can't expand,
so AIR was considered as a subtree. But after introducing recursive streams in #225, it's
no more a subtree, but a subgraph.
2022-05-17 15:53:33 +03:00
..
src Rename subtree to subgraph (#265) 2022-05-17 15:53:33 +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.