From 418381623e4d664d712fda46fb469e64adc559d4 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 16 Nov 2014 20:43:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0970e24..cb6c0c4e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Just copy the files to your build tree and use a C++11 compiler * Rotating log files * Daily log files * Console logging +* Linux syslog * Optional async logging +* Add your own custom logging targets easily (just implement the single function in the sink interface) * Logging levels * Custom formatting with user defined patterns