X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FDebugging.pod;h=125bc3df0baf14942923f5d6eb431b795d6777c9;hp=90222e96f1dd7e58b1b650a1acda2d97fa4c2adb;hb=8a7c51514fe8828c25ecd353ad2e9dc3b456ac9a;hpb=d04961970a25ec3dc831f89be5cd6e27fdec884a diff --git a/lib/Catalyst/Manual/Tutorial/Debugging.pod b/lib/Catalyst/Manual/Tutorial/Debugging.pod index 90222e9..125bc3d 100644 --- a/lib/Catalyst/Manual/Tutorial/Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/Debugging.pod @@ -90,7 +90,7 @@ Then the Catalyst development server will display your message along with the other debug output. To accomplish the same thing in a TTSite view use: - [% Catalyst.log.debug("This is a test log message") %] + [% c.log.debug("This is a test log message") %] You can also use L in both Catalyst code (Clog-Edebug("\$var is: ".Dumper($var));)>) @@ -313,5 +313,5 @@ Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at L. -Copyright 2006, Kennedy Clark, under Creative Commons License +Copyright 2006-2008, Kennedy Clark, under Creative Commons License (L).