]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/log/README.md
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / log / README.md
1 # ![Boost.Log](doc/logo.png)
2
3 Boost.Log, part of collection of the [Boost C++ Libraries](http://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](http://boost.org/libs/log)
18 * [Ask questions](http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-log)
19 * [Report bugs](https://svn.boost.org/trac/boost/newticket?component=log;version=Boost%20Release%20Branch). 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 against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
21 * Discussions about the library are held on the [Boost developers mailing list](http://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](http://www.boost.org/community/policy.html) before posting and add the `[log]` tag at the beginning of the subject line.
22
23 ### License
24
25 Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).