[Catalyst-commits] r10032 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu May 7 10:47:53 GMT 2009


Author: t0m
Date: 2009-05-07 10:47:53 +0000 (Thu, 07 May 2009)
New Revision: 10032

Modified:
   Catalyst-Runtime/5.80/trunk/TODO
Log:
Add notes about logging setup, so kane remembers what he volunteered for.

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-05-07 10:24:27 UTC (rev 10031)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-05-07 10:47:53 UTC (rev 10032)
@@ -26,3 +26,15 @@
    - $self->config should warn as config should only ever be called as a
      class method.
 
+Proposed functionality / feature additions:
+
+    - Log setup needs to be less lame, so Catalyst::Plugin::Log::* can die
+      in a fire. Having $c->log_class would be a good start.
+
+      Simple example: Catalyst::Plugin::Log::Colorful should just be a
+      subclass of Catalyst::Log, no ::Plugin:: needed.
+
+      See also: Catalyst::Plugin::Log::Dispatch and
+      http://github.com/willert/catalyst-plugin-log4perl-simple/tree
+
+




More information about the Catalyst-commits mailing list