From 0e8dfcbfc4d4af4aa2505a2d75903e1c97b5d8b6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 5 Sep 2010 09:29:55 +0800 Subject: [PATCH] Add a README of what this is about --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..83e8fe8 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +A Smalltalk logging framework inspired by libosmocore's logging facilities + +Core Features: + - Categories + - Filters + - Multiple backends + - Integration with libosmocore (somehow)