NAME
Catalyst::Log - Catalyst Log Class
SYNOPSIS
See Catalyst.
DESCRIPTION
Simple logging functionality for Catalyst.
METHODS
- $c->debug($msg)
-
Logs a debugging message.
- $c->dump($ref)
-
Logs a formatted dump of a variable passed by reference (uses
Data::Dumper
). - $c->error($msg)
-
Logs an error message.
- $c->info($msg)
-
Logs an informational message.
- $c->warn($msg)
-
Logs a warning message.
SEE ALSO
AUTHOR
Sebastian Riedel, sri@cpan.org
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.