about summary refs log tree commit homepage
path: root/lib/clogger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clogger.rb')
-rw-r--r--lib/clogger.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/clogger.rb b/lib/clogger.rb
index 7665992..fbcd220 100644
--- a/lib/clogger.rb
+++ b/lib/clogger.rb
@@ -131,6 +131,7 @@ end
 require 'clogger/format'
 
 begin
+  raise LoadError if ENV['CLOGGER_PURE']
   require 'clogger_ext'
 rescue LoadError
   require 'clogger/pure'