libboost-log-dev

C++ logging library (default version)
  http://www.boost.org/libs/log/
  0
  no reviews



This package forms part of the boost c++ libraries collection.

this library aims to make logging significantly easier for the application developer. it provides a wide range of out-of-the-box tools along with public interfaces for extending the library. the main goals of the library are:

* simplicity. a small example code snippet should be enough to get
the feel of the library and be ready to use its basic features.
* extensibility. a user should be able to extend functionality of the
library for collecting and storing information into logs.
* performance. the library should have as little performance impact on
the user's application as possible.

this package is a dependency package, which depends on debian's default boost version (currently 1.58).