mirror of
https://github.com/boostorg/log.git
synced 2026-02-12 00:02:17 +00:00
7f75487d0b7e34dcca77ae63b094b433462a69c4
If the target directory contained a file with counter value of UINT_MAX in its name, scan_for_files would always return the counter value of 0, even if such file also existed in the directory. This caused incorrectly named log files to appear in the target directory on user's application restart. Also made sure that the returned counter value is zero if the scanning method is not scan_matching or the file name pattern does not include the counter placeholder. The returned counter should not have been used by the caller in these cases anyway, but the returned value used to be bogus.
Boost.Log, part of collection of the Boost C++ Libraries, provides tools for adding logging to libraries and applications.
Directories
- build - Boost.Log build scripts
- config - Boost.Log build configuration code and scripts
- doc - QuickBook documentation sources
- example - Boost.Log examples
- include - Interface headers of Boost.Log
- src - Compilable source code of Boost.Log
- test - Boost.Log unit tests
More information
- Documentation
- Ask questions
- Report bugs. Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
- Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
- Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the
[log]tag at the beginning of the subject line.
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99%
CMake
1%
