|
|
| Logger (std::ostream &output_std=std::cerr, std::ostream &output_debug=std::cerr) |
| |
|
void | log (logging::Level level, const std::string &msg, const Location &l=location::None) |
| |
|
void | info (const std::string &msg, const Location &l=location::None) |
| |
|
void | warning (const std::string &msg, const Location &l=location::None) |
| |
|
void | deprecated (const std::string &msg, const Location &l=location::None) |
| |
|
void | error (const std::string &msg, const Location &l=location::None) |
| |
|
void | error (const std::string &msg, const std::vector< std::string > &context, const Location &l=location::None) |
| |
|
void | fatalError (const std::string &msg, const Location &l=location::None) __attribute__((noreturn)) |
| |
|
void | internalError (const std::string &msg, const Location &l=location::None) __attribute__((noreturn)) |
| |
|
void | info (const std::string &msg, const Node *n) |
| |
|
void | warning (const std::string &msg, const Node *n) |
| |
|
void | deprecated (const std::string &msg, const Node *n) |
| |
|
void | error (const std::string &msg, const Node *n) |
| |
|
void | fatalError (const std::string &msg, const Node *n) __attribute__((noreturn)) |
| |
|
void | internalError (const std::string &msg, const Node *n) __attribute__((noreturn)) |
| |
| void | _debug (const logging::DebugStream &dbg, const std::string &msg, const Location &l=location::None) |
| |
|
template<typename T > |
| void | log (std::string msg, const std::shared_ptr< T > &n) |
| |
|
template<typename T > |
| void | info (std::string msg, const std::shared_ptr< T > &n) |
| |
|
template<typename T > |
| void | warning (std::string msg, const std::shared_ptr< T > &n) |
| |
|
template<typename T > |
| void | error (std::string msg, const std::shared_ptr< T > &n) |
| |
|
template<typename T > |
| void | error (std::string msg, std::vector< std::string > context, const std::shared_ptr< T > &n) |
| |
|
template<typename R , typename T > |
| void | error (Result< R > r, const std::shared_ptr< T > &n) |
| |
|
template<typename T > |
| | __attribute__ ((noreturn)) void fatalError(std |
| |
|
template<typename T > |
| | __attribute__ ((noreturn)) void internalError(std |
| |
|
template<typename T > |
| void | debug (const logging::DebugStream &dbg, std::string msg, const std::shared_ptr< T > &n) |
| |
|
void | debugEnable (const logging::DebugStream &dbg) |
| |
|
bool | debugEnable (const std::string &dbg) |
| |
|
void | debugDisable (const logging::DebugStream &dbg) |
| |
|
bool | debugDisable (const std::string &dbg) |
| |
|
bool | isEnabled (const logging::DebugStream &dbg) |
| |
|
void | debugPushIndent (const logging::DebugStream &dbg) |
| |
|
void | debugPopIndent (const logging::DebugStream &dbg) |
| |
|
void | debugSetIndent (const logging::DebugStream &dbg, size_t indent) |
| |
|
int | errors () const |
| |
|
int | warnings () const |
| |
|
void | reset () |
| |