1
0
mirror of https://github.com/fluencelabs/aquavm synced 2025-03-16 21:10:48 +00:00
Mike Voronov 24f0d66bed
Rename subtree to subgraph ()
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 , it's
no more a subtree, but a subgraph.
2022-05-17 15:53:33 +03:00
..
2022-05-17 15:53:33 +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.