• Home
Name Date Size #Lines LOC

..--

build/12-May-2024-709612

config/12-May-2024-277180

doc/12-May-2024-111,94997,306

example/12-May-2024-8,9686,099

meta/12-May-2024-1514

src/12-May-2024-21,48415,633

test/12-May-2024-10,9678,037

README.mdD12-May-20242.9 KiB3323

index.htmlD12-May-2024500 1413

README.md

1# ![Boost.Log](doc/logo.png)
2
3Boost.Log, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides tools for adding logging to libraries and applications.
4
5### Directories
6
7* **build** - Boost.Log build scripts
8* **config** - Boost.Log build configuration code and scripts
9* **doc** - QuickBook documentation sources
10* **example** - Boost.Log examples
11* **include** - Interface headers of Boost.Log
12* **src** - Compilable source code of Boost.Log
13* **test** - Boost.Log unit tests
14
15### More information
16
17* [Documentation](https://www.boost.org/libs/log)
18* [Ask questions](https://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-log)
19* [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.
20* 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).
21* 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.
22
23### Build status
24
25Branch          | Travis CI | AppVeyor | Test Matrix | Dependencies |
26:-------------: | --------- | -------- | ----------- | ------------ |
27[`master`](https://github.com/boostorg/log/tree/master) | [![Travis CI](https://travis-ci.org/boostorg/log.svg?branch=master)](https://travis-ci.org/boostorg/log) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/w7x67cnm82xihei5/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/log/branch/master) | [![Tests](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/log.html) | [![Dependencies](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/log.html)
28[`develop`](https://github.com/boostorg/log/tree/develop) | [![Travis CI](https://travis-ci.org/boostorg/log.svg?branch=develop)](https://travis-ci.org/boostorg/log) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/w7x67cnm82xihei5/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/log/branch/develop) | [![Tests](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/log.html) | [![Dependencies](https://img.shields.io/badge/deps-develop-brightgreen.svg)](https://pdimov.github.io/boostdep-report/develop/log.html)
29
30### License
31
32Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
33