Expand description
Logging for Alacritty.
The main executable is supposed to call initialize()
exactly once during
startup. All logging messages are written to stdout, given that their
log-level is sufficient for the level configured in cli::Options
.
Structs
Constants
- Name for the environment varibale containing extra logging targets.
- Name for the environment variable containing the log file’s path.
- List of targets which will be logged by Alacritty.
- Logging target for IPC config error messages.
Statics
- User configurable extra log targets to include.
Functions
- Check if log messages from a crate should be logged.