Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'pikachuyann/simgrid-stoprofiles'
[simgrid.git] / src / xbt / log_private.hpp
index e49cb06..48b0527 100644 (file)
@@ -7,6 +7,8 @@
 #define LOG_PRIVATE_H
 
 #include "xbt/log.h"
+#include <array>
+
 struct xbt_log_appender_s {
   void (*do_append)(const s_xbt_log_appender_t* this_appender, const char* event);
   void (*free_)(const s_xbt_log_appender_t* this_);
@@ -19,6 +21,8 @@ struct xbt_log_layout_s {
   void *data;
 };
 
+extern const std::array<const char*, 8> xbt_log_priority_names;
+
 /**
  * @ingroup XBT_log_implem
  * @param cat the category (not only its name, but the variable)