X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a5c5765ba9e8336b55101d248a8f43fbf9cd0c0c..8ac64c7baa72880d857880242793ebc72663a886:/include/xbt/log.hpp diff --git a/include/xbt/log.hpp b/include/xbt/log.hpp index 781559d62a..6dbf711f5f 100644 --- a/include/xbt/log.hpp +++ b/include/xbt/log.hpp @@ -11,12 +11,16 @@ namespace xbt { /** Display informations about an exception * - * We display: the exception type, name, attached backtarces (if any) and + * We display: the exception type, name, attached backtraces (if any) and * the nested exception (if any). + * + * @ingroup XBT_ex */ XBT_PUBLIC(void) logException( e_xbt_log_priority_t priority, const char* context, std::exception const& exception); +XBT_PUBLIC(void) installExceptionHandler(); + } }