summaryrefslogtreecommitdiff
path: root/include/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-18 14:43:31 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-18 14:43:31 +0300
commite4626191f7739834d2f66a24b42e12de7a1115cd (patch)
tree8a046f2b43f2f063a8a9ec957bb6194c4057e580 /include/sal
parentfb77cc08421c25e9dccac627ca3be65096235e16 (diff)
Mention what negative or multiply specified flags mean (nothing special)
Change-Id: I8ac1839aab3438aa685aa8cdab2e972447352599
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/log.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sal/log.hxx b/include/sal/log.hxx
index 9465486bdee7..6ce3bfefb4d7 100644
--- a/include/sal/log.hxx
+++ b/include/sal/log.hxx
@@ -242,7 +242,10 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) {
everything being output).
The "+TIMESTAMP" flag causes each output line (as selected by the level
- switch(es)) to be prefixed by a timestamp like 2016-08-18:14:04:43.672.
+ switch(es)) to be prefixed by a timestamp like 2016-08-18:14:04:43..
+
+ Specifying a flag with a negative sense has no effect. Specifying
+ the same flag multiple times has no extra effect.
A given macro call's level (INFO or WARN) and area is matched against the
given switches as follows: Only those switches for which the level matches