NeoMutt Logging
| Data | Description | Links |
|---|---|---|
| CurrentFile | The previous log file name | |
| LastError | Time of the last error message (in milliseconds since the Unix epoch) | |
| NumOfLogs | How many log files to rotate |
| Function | Description | Links |
|---|---|---|
| error_pause() | Wait for an error message to be read | |
| level_validator() | Validate the "debug_level" config variable | ConfigDef::validator(), cfg_def_validator |
| log_disp_curses() | Display a log line in the message line | log_dispatcher_t, logging_api |
| main_log_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
| mutt_clear_error() | Clear the message line (bottom line of screen) | |
| 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 |