From f4c515a7b473a123f6bb722fdb588b04c807d126 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 11 Apr 2009 16:40:54 +0000 Subject: [PATCH] tiny documentation improvement git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6233 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.20.1