Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83871 - trunk/libs/log/doc
From: andrey.semashev_at_[hidden]
Date: 2013-04-13 09:55:57


Author: andysem
Date: 2013-04-13 09:55:56 EDT (Sat, 13 Apr 2013)
New Revision: 83871
URL: http://svn.boost.org/trac/boost/changeset/83871

Log:
Fixed a broken link.
Text files modified:
   trunk/libs/log/doc/sink_frontends.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/log/doc/sink_frontends.qbk
==============================================================================
--- trunk/libs/log/doc/sink_frontends.qbk (original)
+++ trunk/libs/log/doc/sink_frontends.qbk 2013-04-13 09:55:56 EDT (Sat, 13 Apr 2013)
@@ -51,7 +51,7 @@
 
 [section:unlocked Unlocked sink frontend]
 
- #include <``[boost_log_sinks_unlocked_frontend.hpp]``>
+ #include <``[boost_log_sinks_unlocked_frontend_hpp]``>
 
 The unlocked sink frontend is implemented with the [class_sinks_unlocked_sink] class template. This frontend provides the most basic service for the backend. The [class_sinks_unlocked_sink] frontend performs no thread synchronization when accessing the backend, assuming that synchronization either is not needed or is implemented by the backend. Nevertheless, setting up a filter is still thread-safe (that is, one can safely change the filter in the [class_sinks_unlocked_sink] frontend while other threads are writing logs through this sink). This is the only sink frontend available in a single threaded environment. The example of use is as follows:
 


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