RubyGems Navigation menu

log_buddy 0.0.2

SYNOPSIS: Call LogBuddy.init to use log_buddy. It will add two methods to object instance and class level: "d" and "logger". You can use your own logger with Logbuddy by passing it into init’s options hash: LogBuddy.init :default_logger => Logger.new(‘my_log.log’) Now you have your logger available from any object, at the instance level and class level: obj = Object.new obj.logger.debug("hi") class MyClass; end MyClass.logger.info("heya") You also have a method called "d" (for "debug") on any object, which is used for quick debugging and logging of things while you are developing. Its especially useful while using autotest. When you call the "d" method with an inline block, it will log the name of the things in the block and the result. Examples:

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.7.0 - April 20, 2012 (11 ko)
  2. 0.6.0 - December 06, 2010 (11,5 ko)
  3. 0.5.0 - May 28, 2010 (11 ko)
  4. 0.4.12 - October 09, 2009 (11,5 ko)
  5. 0.4.10 - April 20, 2009* (10 ko)
  6. 0.0.2 - April 04, 2008* (8 ko)
Voir toutes les versions (15)

Dépendances de Runtime (1):

hoe >= 1.5.1

Propriétaires:

Auteurs:

  • Rob Sanheim - Relevance

Total de contrôle SHA 256:

57f1cf1400d4d8f6847ce14afbdd1245bbe24d1b655d9f8fbbd93b66b95f6c1d

Total de téléchargements 290 024

Pour cette version 3 664

License:

aucune

Version de Ruby requise: None

Liens: