diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-01-22 12:24:54 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-01-22 12:27:10 +0100 |
commit | b9c21b972ee044e2cfe5e8271ef232738669c7fa (patch) | |
tree | 3cfc717d31765bae96af3289dc5ad3b209630a63 /sal | |
parent | 98e90120119360a2b3e92310f98931fce5c12271 (diff) |
refer more explicitly to sal/inc/sal/log-areas.dox for adding new areas
Change-Id: If9eecbf69a4486dcd84d475719aa66f480faea0b
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/sal/log.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/inc/sal/log.hxx b/sal/inc/sal/log.hxx index bd8d47673698..71e2d52ef7fe 100644 --- a/sal/inc/sal/log.hxx +++ b/sal/inc/sal/log.hxx @@ -218,7 +218,8 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) { <segment> ::= [0-9a-z]+ - For a list of areas used see @ref sal_log_areas "SAL debug areas". + For a list of areas used see @ref sal_log_areas "SAL debug areas". Whenever + you use a new log area, add it to the file sal/inc/sal/log-areas.dox . Whether these macros generate any log output is controlled in a two-stage process. |