Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
implement some more getters in surf::Link and s4u::Link
[simgrid.git] / include / xbt / log.hpp
index 781559d..6dbf711 100644 (file)
@@ -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();
+
 }
 }