about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-06 16:30:39 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-07 16:44:20 -0700
commit9335d300dbf62e7b8bd140f6388358fe71a62bc0 (patch)
tree9aae76b8c5066e3e32c1f7e598446b7924e59fc9
parent9b1012102ad16fcb27188b6a3ffd299c70ef63e1 (diff)
downloadclogger-9335d300dbf62e7b8bd140f6388358fe71a62bc0.tar.gz
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index f87297f..e6b56c9 100644
--- a/README
+++ b/README
@@ -20,6 +20,10 @@ is customizable so you can specify exactly which fields to log.
     " (double quote)
     all bytes in the range of \x00-\x1F
 
+* multi-instance capable and reentrant.  You can use Clogger in a
+  multi-threaded server, and even multiple Cloggers logging to
+  different locations and different formats in the same process.
+
 == SYNOPSIS
 
 Clogger may be loaded as Rack middleware in your config.ru: