NeoMutt Logging
Function | Description |
---|---|
level_validator() | Validate the "debug_level" config variable - Implements ConfigDef::validator() |
log_disp_curses() | Display a log line in the message line - Implements log_dispatcher_t |
mutt_clear_error() | Clear the message line (bottom line of screen) |
mutt_log_observer() | Listen for config changes affecting the log file - Implements observer_t |
mutt_log_prep() | Prepare to log |
mutt_log_set_file() | Change the logging file |
mutt_log_set_level() | Change the logging level |
mutt_log_start() | Enable file logging |
mutt_log_stop() | Close the log file |