Git Product home page Git Product logo

emilpetkov / log4r Goto Github PK

View Code? Open in Web Editor NEW

This project forked from colbygk/log4r

1.0 1.0 0.0 291 KB

Log4r is a comprehensive and flexible logging library for use in Ruby programs. It features a heirarchical logging system of any number of levels, custom level names, multiple output destinations per log event, custom formatting, and more.

Home Page: http://log4r.rubyforge.org

License: Other

log4r's Introduction

Log4r - A flexible logging library for Ruby


This release:      1.1.9 - ALPHA
Release date:      XX/Jun/2010
License:           LGPLv3
Maintainer:        Colby Gutierrez-Kraybill
Contributors:      Leon Torres               Original Maintainer
                   Martain Stannard          RollingFileOutputter
                   Steve Lumos               SyslogOutputter
                   Andreas Hund              YamlConfigurator
                   Jamis Buck                log4r.gemspec
                   Charles Strahan           log4jxml/chainsaw integration
                   Nitay Joffe               STARTTLS
                   David Siegal              Smart updates to RollingFileOutputter
Homepage:          http://log4r.rubyforge.org/
Download:          http://rubyforge.org/frs/?group_id=203

Summary
-------

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 
per log event, execution tracing, custom formatting, thread safteyness, XML 
and YAML configuration, and more.


Requirements
------------

* (required) Ruby >= 1.7.0 (use log4r 1.0.2 for Ruby 1.6)
* (optional) RubyGems for installing Log4r as a gem
* (optional) Ruby syslog library for SyslogOutputter
* (optional) XML configuration requires REXML
* (optional) log4j chainsaw integration requires 'builder' >= 2.0
* (optional) STARTTLS email login, requires 'smtp_tls" if Ruby <= 1.8.6


More Info
---------

* Installation instructions are in the file INSTALL

* Comprehensive examples are provided in examples/ and can be run right away

* Log4r homepage: doc/index.html
  Online: http://log4r.rubyforge.org/

* Manual: doc/manual.html
  Online: http://log4r.rubyforge.org/manual.html
  
* RDoc API reference: doc/rdoc/index.html 
  Online: http://log4r.rubyforge.org/rdoc/index.html
  
* The changelog

* Log4r is hosted by RubyForge, which provides news, bug tracking and a forum

* Feel free to bug the maintainer with any questions (listed at top of file)


Usability
---------

Log4r works really well, so please take advantage of it right away! :)
All versions since 0.9.2 have been stable and backward-compatible. The
code is stable enough that updates are infrequent and usually only for
adding features or keeping the code up to date with Ruby.


Platform Issues
---------------

Log4r is known to work on Linux and WindowsXP. It's safe to assume that Log4r 
will work on any Ruby-supported platform.


When Trouble Strikes
--------------------

Log4r comes with an internal logger. To see its output, create a logger
named 'log4r' before any others and give it a suitable outputter,

  trouble = Logger.new['log4r']
  trouble.add Outputter.stdout

Try running the unit tests provided (run the file tests/runtest.rb). Let
the maintainer know what's up and feel free to explore and fix the 
code yourself. It's well documented and written in Ruby. :)

Also, try out the bug/request tracking system at 
http://rubyforge.org/tracker/?group_id=203

log4r's People

Contributors

nitay avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.