lib/logging.rb in TwP-logging-0.9.7 vs lib/logging.rb in TwP-logging-0.9.8

- old
+ new

@@ -6,19 +6,15 @@ require 'thread' begin require 'fastthread'; rescue LoadError; end # TODO: Windows Log Service appender -# TODO: Option to buffer log messages at the appender level -# extend the concept found in the e-mail appender into the other IO -# appenders - # # module Logging # :stopdoc: - VERSION = '0.9.7' + VERSION = '0.9.8' LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR WIN32 = %r/djgpp|(cyg|ms|bcc)win|mingw/ =~ RUBY_PLATFORM LEVELS = {} LNAMES = []