summaryrefslogtreecommitdiff
path: root/_posts/2010-04-19-the-dancer-ecosystem.textile
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-11 14:24:46 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-11 14:24:46 +0200
commit8ca77093981f0f164d4a6650a21218eb4a3e7ca5 (patch)
tree33ce55ffa238f48304749d9e19392490eca99cfb /_posts/2010-04-19-the-dancer-ecosystem.textile
parentupdate css (diff)
downloadlumberjaph-8ca77093981f0f164d4a6650a21218eb4a3e7ca5.tar.gz
update some posts, update about and archives, better css
Diffstat (limited to '_posts/2010-04-19-the-dancer-ecosystem.textile')
-rw-r--r--_posts/2010-04-19-the-dancer-ecosystem.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2010-04-19-the-dancer-ecosystem.textile b/_posts/2010-04-19-the-dancer-ecosystem.textile
index 9c33d11..6f3f7d0 100644
--- a/_posts/2010-04-19-the-dancer-ecosystem.textile
+++ b/_posts/2010-04-19-the-dancer-ecosystem.textile
@@ -30,7 +30,7 @@ Out of the box, Dancer only has a simple logging system to write to file, but mo
The last one is for writing directly your log message via <ah href="http://search.cpan.org/perldoc?Plack">Plack</a>. You can use a middleware like <a href="http://search.cpan.org/~miyagawa/Plack-0.9932/lib/Plack/Middleware/LogDispatch.pm">P::M::LogDispatch</a> or <a href="http://search.cpan.org/~miyagawa/Plack-0.9932/lib/Plack/Middleware/Log4perl.pm">P::M::Log4perl</a> to handle logs for your application. Even better, if you use <a href="http://github.com/miyagawa/Plack-Middleware-ConsoleLogger">P::M::ConsoleLogger</a>, you can have logs from your Dancer application in your javascript console.
-### Debug
+h3. Debug
To debug your application with Plack, you can use the awesome <a href="http://search.cpan.org/perldoc?Plack::Middleware::Debug">Plack::Middleware::Debug</a>. I've writen <a href="http://github.com/franckcuny/dancer-debug">Dancer::Debug</a> (which requires my fork of <a href="http://github.com/franckcuny/Plack-Middleware-Debug">P::M::Debug</a>), a middleware that add panels, with specific informations for Dancer applications.