public
Fork of vigetlabs/loggable
Description: Small Ruby gem that will allow you to add logging capabilities to any class
Homepage: http://viget.rubyforge.org
Clone URL: git://github.com/reagent/loggable.git
Search Repo:
reagent (author)
Fri May 09 13:20:50 -0700 2008
commit  38dee7e1a68bdbc08d0d5f63ca6f14a5720f167b
tree    639c9d55a98120547089c500898b314cdff6c0f9
parent  f53bbac11240a0f20fc4589ad7f1972eb1f091bf
loggable / HISTORY
100644 10 lines (7 sloc) 0.261 kb
1
2
3
4
5
6
7
8
9
10
== 0.1.0 2008-05-09
 
* 2 major enhancements:
  * Changed the API for using the logging functionality (Class.logger=)
  * Added in a LoggerStub to intercept calls to a non-existent logging facility
 
== 0.0.1 2008-04-24
 
* 1 major enhancement:
  * Initial release