Giter Club home page Giter Club logo

remote_logger's Introduction

remote_logger

by: arvicco url: github.com/arvicco/remote_logger

DESCRIPTION:

Log server/client with sensible defaults that can be used for remote/centralized logging.

FEATURES:

Log4r is a customizable logger with advanced functionality. Unfortunately, it only supports (rarely used) ROMP protocol for remote logging support. This project aims to improve remote logging by creatting a wrapper around Log4r that:

  • Exposes Log4r functionality remotely through multiple protocols (DRb/Ring/AMQP)

  • Writes to (log server) stdout AND log file ‘remote.log’ by default

  • Allows customization of log server, log format and outputters upon start

PROBLEMS/TODO:

  • TODO: add AMQP rpc support

    Work in progress, please do not use it just yet…

INSTALL:

sudo gem install remote_logger

SYNOPSIS:

server:


RemoteLogger::DrbLogger.start [options] # or,
RemoteLogger::RingyLogger.start [options] # or,
RemoteLogger::AmqpLogger.start [options]

client:


log = RemoteLogger::DrbLogger.find [options] # or,
log = RemoteLogger::RingyLogger.find [options] # or,
log = RemoteLogger::AmqpLogger.find [options]
log.info 'This is my log message'
log.error 'This is error'

REQUIREMENTS:

  • FIXME (list of requirements)

Copyright © 2010 arvicco. See LICENSE for details.

remote_logger's People

Contributors

arvicco avatar

Stargazers

 avatar

Watchers

 avatar James Cloos 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.