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

Version Path
yore-0.3.1 notes.txt
yore-0.3.0 notes.txt
yore-0.2.4 notes.txt
yore-0.2.3 notes.txt
yore-0.2.1 notes.txt
yore-0.2.0 notes.txt
yore-0.1.2 notes.txt
yore-0.1.1 notes.txt
yore-0.1.0 notes.txt
yore-0.0.11 notes.txt
yore-0.0.10 notes.txt
yore-0.0.9 notes.txt
yore-0.0.8 notes.txt
yore-0.0.6 notes.txt
yore-0.0.5 notes.txt