#include <iosfwd>
#include <string>
#include <paludis/util/stringify.hh>
#include <paludis/util/instantiation_policy.hh>
#include <paludis/util/private_implementation_pattern.hh>
#include <paludis/util/log-se.hh>
Go to the source code of this file.
Namespaces | |
namespace | paludis |
Classes | |
class | paludis::Log |
class | paludis::LogMessageHandler |
Enumerations | |
enum | paludis::LogLevel { paludis::ll_debug, paludis::ll_qa, paludis::ll_warning, paludis::ll_silent, paludis::last_ll } |
enum | paludis::LogContext { paludis::lc_no_context, paludis::lc_context, paludis::last_lc } |
Functions | |
std::ostream & | paludis::operator<< (std::ostream &, const LogLevel &) PALUDIS_VISIBLE |
std::istream & | paludis::operator>> (std::istream &, LogLevel &) PALUDIS_VISIBLE |
std::ostream & | paludis::operator<< (std::ostream &, const LogContext &) PALUDIS_VISIBLE |