PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://bitbucket.org/boostorg/log
Markdown | 25 lines | 18 code | 7 blank | 0 comment | 0 complexity | 3e27131862b4a0053869377dc59618b6 MD5 | raw file
  1. # ![Boost.Log](doc/logo.png)
  2. Boost.Log, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), provides tools for adding logging to libraries and applications.
  3. ### Directories
  4. * **build** - Boost.Log build scripts
  5. * **config** - Boost.Log build configuration code and scripts
  6. * **doc** - QuickBook documentation sources
  7. * **example** - Boost.Log examples
  8. * **include** - Interface headers of Boost.Log
  9. * **src** - Compilable source code of Boost.Log
  10. * **test** - Boost.Log unit tests
  11. ### More information
  12. * [Documentation](http://boost.org/libs/log)
  13. * [Ask questions](http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-log)
  14. * [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.
  15. * 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).
  16. * 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.
  17. ### License
  18. Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).