diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-06-25 13:30:32 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-06-25 13:30:32 -0700 |
| commit | 3b7dc14b095c4ed973d4c315d900ecb56a7c923a (patch) | |
| tree | c70db4c1efbe43c061582b88ca9a7973b165a48e /_posts/2010-04-19-the-dancer-ecosystem.md | |
| parent | Use kramdown for the markdown parser. (diff) | |
| download | lumberjaph-3b7dc14b095c4ed973d4c315d900ecb56a7c923a.tar.gz | |
Update some posts to make the tests pass.
Diffstat (limited to '')
| -rw-r--r-- | _posts/2010-04-19-the-dancer-ecosystem.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2010-04-19-the-dancer-ecosystem.md b/_posts/2010-04-19-the-dancer-ecosystem.md index 9911c1e..c661838 100644 --- a/_posts/2010-04-19-the-dancer-ecosystem.md +++ b/_posts/2010-04-19-the-dancer-ecosystem.md @@ -28,7 +28,7 @@ Out of the box, Dancer only has a simple logging system to write to file, but mo <li><a href="http://git.lumberjaph.net/p5-dancer-logger-psgi.git/">Dancer::Logger::PSGI</a> by me</li> </ul> -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. +The last one is for writing directly your log message via <a 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 |
