mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
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
|