lib/logging.rb in logging-1.2.2 vs lib/logging.rb in logging-1.2.3
- old
+ new
@@ -11,20 +11,19 @@
require 'thread'
require 'little-plugger'
HAVE_LOCKFILE = require? 'lockfile'
HAVE_SYSLOG = require? 'syslog'
-require? 'fastthread'
#
#
module Logging
extend LittlePlugger
# :stopdoc:
- VERSION = '1.2.2'
+ VERSION = '1.2.3'
LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
LEVELS = {}
LNAMES = []
module Plugins; end
@@ -397,10 +396,10 @@
# information in generated log events (this includes
# filename and line number of the log message; "-T"
# shows that the logger does not include trace
# information in the log events)
#
- # If a logger has appenders then they are listed, on per line,
+ # If a logger has appenders then they are listed, one per line,
# immediately below the logger. Appender lines are pre-pended with a
# single dash:
#
# root ........................... *info -T
# - <Appenders::Stdout:0x8b02a4 name="stdout">