#include <config.h>
#include "sbuild-ctty.h"
#include "sbuild-error.h"
#include "sbuild-i18n.h"
#include "sbuild-log.h"
#include "sbuild-nostream.h"
#include "sbuild-util.h"
#include <iostream>
#include <boost/format.hpp>
Functions | |
std::ostream & | sbuild::log_info () |
Log an informational message. | |
std::ostream & | sbuild::log_warning () |
Log a warning message. | |
std::ostream & | sbuild::log_error () |
Log an error message. | |
std::ostream & | sbuild::log_debug (DebugLevel level) |
Log a debug message. | |
std::ostream & | sbuild::log_ctty_info () |
Log an informational message to the Controlling TTY. | |
std::ostream & | sbuild::log_ctty_warning () |
Log a warning message to the Controlling TTY. | |
std::ostream & | sbuild::log_ctty_error () |
Log an error message to the Controlling TTY. | |
void | sbuild::log_exception_warning (std::exception const &e) |
Log an exception as a warning. | |
void | sbuild::log_exception_error (std::exception const &e) |
Log an exception as an error. | |
void | sbuild::log_ctty_exception_warning (std::exception const &e) |
Log an exception as a warning to the Controlling TTY. | |
void | sbuild::log_ctty_exception_error (std::exception const &e) |
Log an exception as an error to the Controlling TTY. | |
void | sbuild::log_unknown_exception_error () |
Log an unknown exception as an error. |