X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F07_Debugging.pod;h=faca57fc22aa08b6e593930615167ba6f146d323;hb=f9ce297698249b24617c5a60e7c625f2005be144;hp=bb9a558288d3e3c1b52c0d4adbfd000895d04173;hpb=7ce05098c9b1df9078e709e5a724e821a3b3b00d;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod index bb9a558..faca57f 100644 --- a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod @@ -85,7 +85,7 @@ Catalyst is able to easily accommodate both styles of debugging. =head1 LOG STATEMENTS -Folks in the former group can use Catalyst's C<$c-Elog> facility. +Folks in the former group can use Catalyst's C<< $c->log >> facility. (See L for more detail.) For example, if you add the following code to a controller action method: