Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declare the main log categories into their respective modules.
[simgrid.git] / src / xbt / xbt_main.c
index 72c629b..8fe1d22 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "xbt_modinter.h"       /* prototype of other module's init/exit in XBT */
 
+XBT_LOG_NEW_CATEGORY(xbt, "All XBT categories (simgrid toolbox)");
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(module, xbt, "module handling");
 
 char *xbt_binary_name = NULL;   /* Mandatory to retrieve neat backtraces */