#include <config.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>
Include dependency graph for sbuild-log.cc:
Go to the source code of this file.
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. | |
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. |