From: mquinson Date: Sat, 11 Apr 2009 16:40:54 +0000 (+0000) Subject: tiny documentation improvement X-Git-Tag: v3.3~13 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f4c515a7b473a123f6bb722fdb588b04c807d126?ds=sidebyside tiny documentation improvement git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6233 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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.