RAA - devel-logger/1.2.6

devel-logger / 1.2.6

Short description: Lightweight logging utility
Category: Library/debugging/logging
Status: stable
Created: 2002-12-31 15:00:00 GMT
Last update: 2005-09-13 04:12:56 GMT
Owner: NaHi (Projects of this owner)
Homepage: http://dev.ctor.org/logger
Download: http://dev.ctor.org/download/devel-logger-1_2_6.tar.gz
License: Ruby's
Dependency:
None
Description:

devel-logger is bundled together with ruby distribution after ruby/1.8. This package is for ruby-1.6.

Lightweight logging utility.

require 'logger'
logger = Logger.new('myapp.log')
logger.warn { "Warn!" }

For more details, see http://dev.ctor.org/logger

  • Version 1.2.6
    • added formatter accessor to logger for dictating the way in which the logger should format the messages it displays. Thanks to Nicholas Seckar (cf. [ruby-talk:153391]) and Daniel Berger.
    • added VERSION constant.
    • removed document for LogDevice. It is an implementation detail and is not a public interface.
  • Version 1.2.5
    • MT race condition about logfile shifting bug fixed. [ruby-dev:26764]
Versions: [1.2.7 (2008-11-24)] [1.2.6 (2005-09-13)] [1.2.5 (2005-08-20)] [1.2.2+ (2004-06-07)] [1.2.2 (-)]

Edit this project (for project owner)

back to RAA top