From 6fd8f501615e883e1cf6e2dbaa31bc7261b7a5d5 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Jun 2010 13:55:05 +0200 Subject: update POD --- lib/Dancer/Logger/PSGI.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/Dancer/Logger/PSGI.pm') diff --git a/lib/Dancer/Logger/PSGI.pm b/lib/Dancer/Logger/PSGI.pm index 2bcb452..3f8c216 100644 --- a/lib/Dancer/Logger/PSGI.pm +++ b/lib/Dancer/Logger/PSGI.pm @@ -39,10 +39,15 @@ In your application warning "this is a warning" -In your app.psgi +Then, in your app.psgi $app = builder { enable "ConsoleLogger"; $app; } +or in your environment file: + + - plack_middlewares: + - ConsoleLogger + With L, all your log will be send to the javascript console of your browser. =head1 DESCRIPTION -- cgit 1.4.1