[ANN] Logging 0.6.3 (Feral Dust Bunny)

T

Tim Pease

== Logging

by Tim Pease
http://logging.rubyforge.org/
the "Feral Dust Bunny" release

== Description

Logging is a flexible logging library for use in Ruby programs based
on the
design of Java's log4j library. It features a hierarchical logging
system,
custom level names, multiple output destinations per log event, custom
formatting, and more.

== Changes

1 minor enhancement
- YAML configuration now supports multiple keys -- i.e. development
or production or whatever

2 bug fixes
- An extra e-mail was being pushed out when the e-mail
appender was closed
- Created an at_exit handler to close all appenders

== Install

sudo gem install logging

== Fun Fact

Apples, not caffeine, are more efficient at waking you up in the
morning.

== Post Script

Blessings,
TwP
 
J

Jens Wille

hey tim!

Tim Pease [2008-02-08 22:25]:
== Description

Logging is a flexible logging library for use in Ruby programs
based on the design of Java's log4j library. It features a
hierarchical logging system, custom level names, multiple output
destinations per log event, custom formatting, and more.
looks great! i particularly like the ability to have different log
levels per appender :) thanks for sharing.

cheers
jens
 
T

Tomas Pospisek's Mailing Lists

What's better/different than in log4r?
*t

== Logging

by Tim Pease
http://logging.rubyforge.org/
the "Feral Dust Bunny" release

== Description

Logging is a flexible logging library for use in Ruby programs based on the
design of Java's log4j library. It features a hierarchical logging system,
custom level names, multiple output destinations per log event, custom
formatting, and more.

== Changes

1 minor enhancement
- YAML configuration now supports multiple keys -- i.e. development
or production or whatever

2 bug fixes
- An extra e-mail was being pushed out when the e-mail
appender was closed
- Created an at_exit handler to close all appenders

== Install

sudo gem install logging

== Fun Fact

Apples, not caffeine, are more efficient at waking you up in the morning.

== Post Script

Blessings,
TwP
 
T

Tim Pease

What's better/different than in log4r?

* Logging is being maintained and currently under development.
* 95% test coverage
* Rolling log file works properly with multiple processes logging to
the same file
* A Growl appender for those on the Mac platform
* Provides a logger that works just like the Ruby logger
(Logging.logger)
* Logging is a wee bit faster than Log4r
* Logging supports the concatenation operator (if you just want
unformatted messages in your log files)

Blessings
TwP
 
T

Tomas Pospisek's Mailing Lists

Thanks!
*t

* Logging is being maintained and currently under development.
* 95% test coverage
* Rolling log file works properly with multiple processes logging to the same
file
* A Growl appender for those on the Mac platform
* Provides a logger that works just like the Ruby logger (Logging.logger)
* Logging is a wee bit faster than Log4r
* Logging supports the concatenation operator (if you just want unformatted
messages in your log files)

Blessings
TwP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top