iand / moriarty

Automatically exported from code.google.com/p/moriarty
GNU General Public License v2.0
1 stars 0 forks source link

Log Moriarty activity #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful if Moriarty had a logging API, so that you could
optionally get log output from it.

Perhaps you could create a logging interface which would adapt existing log
frameworks (PEARL::Log, Zend_Log) so that Moriarty could log to them; the
default implementation could be a null logger, so that you get no log
output unless you configure a real logging back-end.

Original issue reported on code.google.com by townxelliot on 28 May 2009 at 9:43