From e4626191f7739834d2f66a24b42e12de7a1115cd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 18 Aug 2016 14:43:31 +0300 Subject: [PATCH] Mention what negative or multiply specified flags mean (nothing special) Change-Id: I8ac1839aab3438aa685aa8cdab2e972447352599 --- include/sal/log.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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