Warning messages.
Definition: sbuild-log.h:33
Debian source builder components.
Definition: sbuild-auth-null.h:24
void log_ctty_exception_warning(std::exception const &e)
Log an exception as a warning to the Controlling TTY.
Definition: sbuild-log.cc:157
debug_level
Debugging level.
Definition: sbuild-log.h:28
Notification messages.
Definition: sbuild-log.h:31
std::ostream & log_ctty_error()
Log an error message to the Controlling TTY.
Definition: sbuild-log.cc:136
std::ostream & log_ctty_warning()
Log a warning message to the Controlling TTY.
Definition: sbuild-log.cc:129
std::ostream & log_debug(debug_level level)
Log a debug message.
Definition: sbuild-log.cc:110
std::ostream & log_ctty_info()
Log an informational message to the Controlling TTY.
Definition: sbuild-log.cc:122
void log_exception_warning(std::exception const &e)
Log an exception as a warning.
Definition: sbuild-log.cc:143
void log_unknown_exception_error()
Log an unknown exception as an error.
Definition: sbuild-log.cc:171
Critical messages.
Definition: sbuild-log.h:34
std::ostream & log_error()
Log an error message.
Definition: sbuild-log.cc:103
debug_level debug_log_level
The debugging level in use.
Definition: sbuild-log.cc:176
std::ostream & log_info()
Log an informational message.
Definition: sbuild-log.cc:89
void log_ctty_exception_error(std::exception const &e)
Log an exception as an error to the Controlling TTY.
Definition: sbuild-log.cc:164
void log_exception_error(std::exception const &e)
Log an exception as an error.
Definition: sbuild-log.cc:150
Informational messages.
Definition: sbuild-log.h:32
No debugging.
Definition: sbuild-log.h:30
std::ostream & log_warning()
Log a warning message.
Definition: sbuild-log.cc:96