Expand description
Optional process stdout/stderr file redirection.
This is a CLI/deployment helper, not an AFDATA protocol formatter. It redirects stdout and/or stderr to caller-provided files without converting diagnostics such as Rust panic output into JSON.
Structs§
- Installed
Stream Redirect - Guard for installed stream redirection.
- Stream
Redirect Config - Resolved process stream redirection configuration.
Constants§
- STDERR_
FILE_ ARG - Canonical CLI argument for redirecting stderr.
- STDOUT_
FILE_ ARG - Canonical CLI argument for redirecting stdout.
Functions§
- config_
from_ cli_ args - Resolve canonical CLI arguments into a config.
- config_
from_ raw_ args - Resolve canonical raw CLI arguments into a config.
- install
- Install stdout/stderr redirection for a resolved config.
- install_
from_ cli_ args - Install stdout/stderr redirection from canonical CLI inputs.
- install_
from_ raw_ args - Install stdout/stderr redirection from canonical raw CLI inputs.