Boost C++ Libraries: Ticket #9797: Scanning files without updating file counter when initializing from settings container https://svn.boost.org/trac10/ticket/9797 <p> When setting up a text file backend programmatically I can call scan_for_files() with the update_counter parameter set to false. </p> <p> However when initializing logging from a settings container, default_text_file_sink_factory::create_sink() always calls scan_for_files() with the update_counter parameter set to true. </p> <p> In my project I need to be able to initialize a text file backend from a settings container, and scanning files with update_counter set to false. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9797 Trac 1.4.3 Andrey Semashev Thu, 20 Mar 2014 10:11:02 GMT <link>https://svn.boost.org/trac10/ticket/9797#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9797#comment:1</guid> <description> <p> Right now you can achieve this by registering a sink factory that will set up the text file sink according to your needs. This is described in the <a href="http://www.boost.org/doc/libs/release/libs/log/doc/html/log/extension/settings.html#log.extension.settings.adding_support_for_user_defined_sinks">docs</a>. </p> </description> <category>Ticket</category> </item> </channel> </rss>