Giter Site home page Giter Site logo

syslogger's Introduction

syslogger

A drop-in replacement for the standard Logger Ruby library, that logs to the syslog instead of a log file. Contrary to the SyslogLogger library, you can specify the facility and the syslog options.

<img src=“https://secure.travis-ci.org/crohr/syslogger.png?branch=master” alt=“Build Status” />

Installation

$ gem install syslogger

Usage

require 'syslogger'

# Will send all messages to the local0 facility, adding the process id in the message
logger = Syslogger.new("app_name", Syslog::LOG_PID, Syslog::LOG_LOCAL0)

# Optionally split messages to the specified number of bytes
logger.max_octets = 480

# Send messages that are at least of the Logger::INFO level
logger.level = Logger::INFO # use Logger levels

logger.debug "will not appear"
logger.info "will appear"
logger.warn "will appear"

Documentation available at <rdoc.info/github/crohr/syslogger/master/file/README.rdoc>.

Development

  • Install development dependencies:

    $ gem install bundler
    $ bundle install
  • Run tests:

    $ rake spec
  • Package (do not forget to increment Syslogger:VERSION):

    $ gem build syslogger.gemspec

Changelog

See <github.com/crohr/syslogger/commits/master>.

Contributions

See <github.com/crohr/syslogger/contributors>.

Copyright © 2010 Cyril Rohr, INRIA Rennes-Bretagne Atlantique. See LICENSE for details.

syslogger's People

Contributors

crohr avatar flameeyes avatar x1ddos avatar hollow avatar levent avatar moll avatar cotcomsol avatar cthielen avatar theflow avatar jpoz avatar soupmatt avatar pothix avatar macedo avatar salimane avatar

Watchers

David Joslin avatar Dr. Pete Meyers avatar Anish Kumar avatar Jesse Brown avatar Jason Younker avatar  avatar  avatar David Overcash avatar Andreas Heim avatar Miranda avatar Shelly Matsudaira avatar Arunabha Ghosh avatar Koos Kleven avatar Aqui Griffin avatar  avatar James Cloos avatar Bryan Stenson avatar Tyler Murray avatar  avatar James Dominguez avatar  avatar Manish avatar  avatar  avatar Don avatar  avatar Peter Li avatar Shawn Edwards avatar Sambit  avatar Gabriel Cain avatar  avatar Mike O'Leary avatar Kelsey Foley avatar  avatar  avatar KSHITIJ GAUTAM avatar Jon White avatar Sam Sullivan avatar  avatar  avatar  avatar  avatar MarkG avatar  avatar Ahmed Radwan avatar  avatar Chell avatar Jowell Villasin avatar  avatar  avatar  avatar  avatar Chris Airola avatar  avatar Nicolas Menescardi avatar Greg Burton avatar Omar Tsai avatar  avatar  avatar Trish G. avatar  avatar  avatar  avatar  avatar Gary Webb avatar Chiaryn Miranda avatar  avatar  avatar  avatar Namrata Deshpande avatar  avatar  avatar  avatar Tammy Bailey avatar  avatar  avatar  avatar Scott E avatar Matt McDonnell avatar Jamie Alberico avatar Charles Robison avatar Esha Ray avatar Carlos Westman avatar  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.