Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/GREATER/LESS/
[simgrid.git] / include / xbt / log.hpp
index 781559d62a1e9813e33ab27f8840b1890fa0269b..6dbf711f5f2fc905f0aea3aa533439ee88efa435 100644 (file)
@@ -11,12 +11,16 @@ namespace xbt {
 
 /** Display informations about an exception
  *
 
 /** 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).
  *  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) logException(
   e_xbt_log_priority_t priority,
   const char* context, std::exception const& exception);
 
+XBT_PUBLIC(void) installExceptionHandler();
+
 }
 }
 }
 }