|
libqi-api
2.8.7.4
|
#include <log.hpp>
Public Member Functions | |
| void | operator() (const std::exception &e) const |
| void | operator() (const boost::exception &e) const |
| void | operator() () const |
Public Attributes | |
| S | category |
| O | prefix |
Logs an exception in the error log, distinguishing std::exception, boost::exception and unknown exception (typically for the catch (...) case).
You can provide a log category and a prefix to the log.
OStreamable O, ConvertibleTo<const char*> S
|
inline |
|
inline |
|
inline |
| S qi::ExceptionLogError< O, S >::category |
| O qi::ExceptionLogError< O, S >::prefix |