Sha256: 204fe9749c801a3f432fc1e0576ce583eef80541865ad663dbf281caa28f575c
Contents?: true
Size: 749 Bytes
Versions: 15
Compression:
Stored size: 749 Bytes
Contents
debug,info,warning,error * log warning and above to STDERR * report used with all detail levels, all sent to log ? * log warning and above sent to report Perhaps : * one logger. * Report includes info+ * STDERR includes warning+ Write log splitter that looks like a logger, and is created with an array of other loggers. All log actions are replicated on the array of loggers loggers : ConsoleLogger: (debug-info to STDOUT,warning+ to STDERR) (no timestamp) ReportLogger: (info+ to report file) standard logger class (minimised timestamp) SystemLogger: all levels to /var/log (rolling file) SysLogLogger ? (standard timestamp) * only 2 files * *** Use this for parsing PHP configs http://github.com/mattfawcett/ruby-reads-php/tree/master
Version data entries
15 entries across 15 versions & 1 rubygems