#include "version.h"
// Creates log categories
-XBT_LOG_NEW_CATEGORY(simu, "Simulation messages");
+XBT_LOG_NEW_CATEGORY(simu, "Root of simulation messages");
XBT_LOG_NEW_SUBCATEGORY(main, simu, "Messages from global infrastructure");
XBT_LOG_NEW_SUBCATEGORY(depl, main, "Messages from auto deployment");
XBT_LOG_NEW_SUBCATEGORY(comm, simu, "Messages from asynchronous pipes");