A composable logging system built on the standard Logger library. You can add Loggability to large libraries and systems, then hook everything up later when you know where you want logs to be written, at what level of severity, and in which format. An example: # Load a bunch of libraries require 'strelka' require 'inversion' require 'treequel' require 'loggability' # Now tell everything that's using Loggability to log to an HTML # log file at INFO level Loggability.write_to( '/usr/local/www/htdocs/log.html' ) Loggability.format_as( :html ) Loggability.level = :info
Required Ruby Version
>= 1.9.3
Authors
Michael Granger
Versions
- 0.18.2 December 28, 2020 (39.5 KB)
- 0.18.1 December 28, 2020 (39.5 KB)
- 0.18.0 December 24, 2020 (39.5 KB)
- 0.17.0 February 28, 2020 (39 KB)
- 0.16.0 February 25, 2020 (38.5 KB)
- 0.0.1 May 06, 2012 (89 KB)