about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-06 07:46:25 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-06 07:49:37 +0000
commit86699fa42105c48e7d4c3cf6e16cca4417bf0a06 (patch)
treee6a39aec7b946a7da7dc15af74496e37a60023b0 /README
parentfac515bf384d1cb8fe30a310bb38904b1dc74f58 (diff)
downloadclogger-86699fa42105c48e7d4c3cf6e16cca4417bf0a06.tar.gz
There may also be some MRI users uncomfortable running C
extensions.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 0d15292..c2f5155 100644
--- a/README
+++ b/README
@@ -24,10 +24,15 @@ is customizable so you can specify exactly which fields to log.
   \Clogger in a multi-threaded server, and even multiple Cloggers logging
   to different locations and different formats in the same process.
 
+* Pure Ruby version for non-MRI versions of Ruby (or via CLOGGER_PURE=1
+  in the environment).  The optional C extension is loaded by default
+  and supported under MRI 1.8.7, 1.9.1, and 1.9.2.
+
 == SYNOPSIS
 
 \Clogger may be loaded as Rack middleware in your config.ru:
 
+  # ENV['CLOGGER_PURE'] = '1' # uncomment to disable C extension
   require "clogger"
   use Clogger,
       :format => Clogger::Format::Combined,