Ivan Boldyrev 79ac153f1d
feat(tools): merge some tools into the air CLI tool (#509)
* feat(tools): merge some tools into the `air` CLI tool

`air-beautify` and `air-trace` are merged into a single `air` tool.  Its
crate name is `fluence-air-cli` as otherwise it confilicts with `air`
interpreter crate.  The tool has subcommands `beautify`, `run`
and `stats`.

* Add one-letter aliases to `air` CLI subcommands

+ `air beautify` => `air b`
+ `air run` => `air r`
+ `air stats` => `air s`

---------

Co-authored-by: Mike Voronov <michail.vms@gmail.com>
2023-03-15 16:59:30 +07: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.