#include <boost/exception/diagnostic_information.hpp>
#include "mir/log.h"
Go to the source code of this file.
#define MIR_LOG_DRIVER_BOUNDARY_EXCEPTION |
( |
|
ex | ) |
|
Value:{ \
mir::log_error("Caught exception at Mir/EGL driver boundary (in %s): %s", \
__FUNCTION__, boost::diagnostic_information(ex).c_str()); }
#define MIR_LOG_UNCAUGHT_EXCEPTION |
( |
|
ex | ) |
|
Value:{ \
mir::log_error("Caught exception at client library boundary (in %s): %s", \
__FUNCTION__, boost::diagnostic_information(ex).c_str()); }
Copyright © 2012-2016 Canonical Ltd.
Generated on Tue Oct 31 05:57:28 UTC 2017