X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7358e35e925da1fec8c3e36055e423c084fecea..f4c515a7b473a123f6bb722fdb588b04c807d126:/src/xbt/log.c?ds=sidebyside diff --git a/src/xbt/log.c b/src/xbt/log.c index e173f292e8..834acb2731 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -155,7 +155,8 @@ category can be created with any one of the following macros: The parent cat can be defined in the same file or in another file (in which case you want to use the \ref XBT_LOG_EXTERNAL_CATEGORY macro to make it visible in the current file), but each category may have only one -definition. +definition. Likewise, you can use a category defined in another file as +default one using \ref XBT_LOG_EXTERNAL_DEFAULT_CATEGORY Typically, there will be a Category for each module and sub-module, so you can independently control logging for each module.