= logger.rb = Lightweight logging utility. logger.rb is bundled together with ruby distribution after ruby/1.8. {{{ require 'logger' logger = Logger.new('myapp.log') logger.warn { "Warn!" } }}} * Version: 1.2.7 * Download: http://dev.ctor.org/download/logger-1_2_7.tar.gz * Author: NAKAMURA, Hiroshi a.k.a. NaHi * License: [http://www.ruby-lang.org/en/LICENSE.txt Ruby's] * RAA: [http://raa.ruby-lang.org/project/devel-logger]