[−][src]Module alacritty::logging
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
Logger | |
OnDemandLogFile |
Constants
ALACRITTY_LOG_ENV | Name for the environment variable containing the log file's path. |
ALLOWED_TARGETS | List of targets which will be logged by Alacritty. |
Functions
create_log_message | |
initialize |