19 #ifndef PYSTON_EXCEPTIONS_H
20 #define PYSTON_EXCEPTIONS_H
22 #include <ElementsKernel/Exception.h>
23 #include <ElementsKernel/Logging.h>
static Elements::Logging logger
Logger.
std::list< Location > m_traceback
const std::list< Location > & getTraceback() const
const Exception & log(log4cpp::Priority::Value level, Elements::Logging &logger) const
Log error message and traceback.
boost::variant< bool, int64_t, double, AttributeSet > Value