aboutsummaryrefslogtreecommitdiff
path: root/devel/aixlog/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/aixlog/pkg-descr')
-rw-r--r--devel/aixlog/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/aixlog/pkg-descr b/devel/aixlog/pkg-descr
new file mode 100644
index 000000000000..e6eddf3c51fa
--- /dev/null
+++ b/devel/aixlog/pkg-descr
@@ -0,0 +1,11 @@
+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