freebsd-ports/devel/aixlog/pkg-descr

12 lines
320 B
Text
Raw Normal View History

Header-only C++ logging library
Features:
* Single header file implementation
* No dependcies, just vanilla C++11
* Use ostream operator <<
* Unobtrusive, typesafe and expressive
* Easy to switch from existing "cout logging"
* Native support for various platforms (through Sinks)
WWW: https://github.com/badaix/aixlog