summaryrefslogtreecommitdiff
path: root/devel/ruby-log4r
AgeCommit message (Collapse)AuthorFilesLines
2010-12-04Update ruby-log4r package to 1.1.9.taca3-236/+6
Changes are unknown.
2010-09-10Update devel/ruby-log4r to 1.1.8.taca4-73/+318
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. Changes may be too may, please refer http://log4r.rubyforge.org/.
2009-06-16Fix a number of GENERATE_PLIST entries to always have a terminating ;joerg1-2/+2
2009-06-14Remove @dirrm related logic.joerg1-6/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-10/+1
2008-04-04Initial import of ruby18-log4r-1.0.5 as devel/ruby-log4r.jlam5-0/+139
Log4r is a comprehensive and flexible logging library written in Ruby for use in Ruby programs. It features a hierarchical logging system of any number of levels, custom level names, logger inheritance, multiple output destinations, execution tracing, custom formatting, thread safteyness, XML and YAML configuration, and more. Log4r is an adherent to the philosophy of logging using simple print statements. What Log4r adds to this philosophy is a flexible way of controling the information being logged. Log information can be sent to any kind of destination and with varying degrees of importance. Log4r is designed so that logging statements can remain in production code with almost no extra computational cost.