Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85490 - in branches/release/libs/log: . doc
From: andrey.semashev_at_[hidden]
Date: 2013-08-27 14:49:17


Author: andysem
Date: 2013-08-27 14:49:16 EDT (Tue, 27 Aug 2013)
New Revision: 85490
URL: http://svn.boost.org/trac/boost/changeset/85490

Log:
Added Format parameter to the table of syslog and event log parameters.

Properties modified:
   branches/release/libs/log/ (props changed)
Text files modified:
   branches/release/libs/log/doc/utilities.qbk | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: branches/release/libs/log/doc/utilities.qbk
==============================================================================
--- branches/release/libs/log/doc/utilities.qbk Tue Aug 27 14:46:55 2013 (r85489)
+++ branches/release/libs/log/doc/utilities.qbk 2013-08-27 14:49:16 EDT (Tue, 27 Aug 2013) (r85490)
@@ -536,6 +536,9 @@
 
 [table "Syslog" sink settings
 [[Parameter] [Format] [Description]]
+[[Format] [Format string as described [link log.detailed.utilities.setup.filter_formatter here]]
+ [Log record formatter to be used by the sink. If not specified, the default formatter is used.]
+]
 [[LocalAddress] [An IP address]
     [Local address to initiate connection to the syslog server. If not specified, the default local address will be used.]
 ]
@@ -546,6 +549,9 @@
 
 [table "SimpleEventLog" sink settings
 [[Parameter] [Format] [Description]]
+[[Format] [Format string as described [link log.detailed.utilities.setup.filter_formatter here]]
+ [Log record formatter to be used by the sink. If not specified, the default formatter is used.]
+]
 [[LogName] [A string]
     [Log name to write events into. If not specified, the default log name will be used.]
 ]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk