mirror of
https://github.com/boostorg/log.git
synced 2026-02-11 11:52:20 +00:00
1401b3e3bf6c857fbc19e1a1a2aa9946ccd76305
- Function name parsing is only done for scopes denoted with BOOST_LOG_FUNCTION, scopes marked with BOOST_LOG_NAMED_SCOPE are output as is. - The parser has been rewritten to behave more correctly in case if function name contains template parameters and/or returns a function type. - Operator functions are not supported by the parser. - Docs corrections.
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
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99%
CMake
1%
