X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/419864009ef3cbb3e5a7a2d62c68a1f5127f6bc7..01d2ec474c4c1828c229830ba4e4961de5f0527d:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index a6df1231d9..a65699c37e 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -644,5 +644,11 @@ extern xbt_log_layout_t xbt_log_default_layout; */ #define XBT_HERE(...) XBT_LOG(xbt_log_priority_trace, "-- was here" __VA_ARGS__) +/** @ingroup XBT_log + * @hideinitializer + * @brief Log help messages through category xbt.xbt_help. + */ +#define XBT_HELP(...) XBT_CINFO(xbt_help, __VA_ARGS__) + SG_END_DECL() #endif /* ! _XBT_LOG_H_ */