https://github.com/boostorg/log
Boost Logging library
https://github.com/boostorg/log
Last synced: 9 months ago
JSON representation
Boost Logging library
- Host: GitHub
- URL: https://github.com/boostorg/log
- Owner: boostorg
- Created: 2013-04-13T18:57:25.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-14T14:37:50.000Z (9 months ago)
- Last Synced: 2025-05-14T15:47:05.012Z (9 months ago)
- Language: C++
- Homepage: https://www.boost.org/libs/log/
- Size: 3.18 MB
- Stars: 188
- Watchers: 16
- Forks: 110
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-cpp - Boost.Log - Designed to be very modular and extensible. [Boost] 🌎 [website](boost.org/libs/log) (Logging)
- awesome-cpp - Boost.Log - Designed to be very modular and extensible. [Boost] [website](https://boost.org/libs/log) (Logging)
README
# 
Boost.Log, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), 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](https://www.boost.org/libs/log)
* [Ask questions](https://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-log)
* [Report bugs](https://github.com/boostorg/log/issues/new). 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](https://github.com/boostorg/log/compare) against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
* Discussions about the library are held on the [Boost developers mailing list](https://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](https://www.boost.org/community/policy.html) before posting and add the `[log]` tag at the beginning of the subject line.
### Build status
Branch | GitHub Actions | AppVeyor | Test Matrix | Dependencies |
:-------------: | -------------- | -------- | ----------- | ------------ |
[`master`](https://github.com/boostorg/log/tree/master) | [](https://github.com/boostorg/log/actions?query=branch%3Amaster) | [](https://ci.appveyor.com/project/Lastique/log/branch/master) | [](http://www.boost.org/development/tests/master/developer/log.html) | [](https://pdimov.github.io/boostdep-report/master/log.html)
[`develop`](https://github.com/boostorg/log/tree/develop) | [](https://github.com/boostorg/log/actions?query=branch%3Adevelop) | [](https://ci.appveyor.com/project/Lastique/log/branch/develop) | [](http://www.boost.org/development/tests/develop/developer/log.html) | [](https://pdimov.github.io/boostdep-report/develop/log.html)
### License
Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).