[Catalyst-commits] r12666 -
branches/Catalyst-Log-Log4perl/cleaner_implementation/lib/Catalyst/Log
Ned at dev.catalyst.perl.org
Ned at dev.catalyst.perl.org
Sat Jan 16 02:58:46 GMT 2010
Author: Ned
Date: 2010-01-16 02:58:46 +0000 (Sat, 16 Jan 2010)
New Revision: 12666
Modified:
branches/Catalyst-Log-Log4perl/cleaner_implementation/lib/Catalyst/Log/Log4perl.pm
Log:
Documentation fixups (to align with new behaviour)
Modified: branches/Catalyst-Log-Log4perl/cleaner_implementation/lib/Catalyst/Log/Log4perl.pm
===================================================================
--- branches/Catalyst-Log-Log4perl/cleaner_implementation/lib/Catalyst/Log/Log4perl.pm 2010-01-16 02:06:13 UTC (rev 12665)
+++ branches/Catalyst-Log-Log4perl/cleaner_implementation/lib/Catalyst/Log/Log4perl.pm 2010-01-16 02:58:46 UTC (rev 12666)
@@ -144,23 +144,23 @@
=item debug($message)
-Passes it's arguments to $logger->debug.
+Passes its arguments to $logger->debug.
=item info($message)
-Passes it's arguments to $logger->info.
+Passes its arguments to $logger->info.
=item warn($message)
-Passes it's arguments to $logger->warn.
+Passes its arguments to $logger->warn.
=item error($message)
-Passes it's arguments to $logger->error.
+Passes its arguments to $logger->error.
=item fatal($message)
-Passes it's arguments to $logger->fatal.
+Passes its arguments to $logger->fatal.
=item is_debug()
@@ -221,25 +221,6 @@
=back
-=head1 OVERRIDING CSPECS
-
-Due to some fundamental design incompatibilities of L<Log::Log4perl>
-and L<Catalyst::Log> all cspecs of L<Log::Log4perl::Layout::PatternLayout>
-that rely on call stack information fail to work as expected. Affected
-are the format strings %L, %F, %C, %M, %l and %T. You can instruct
-B<Catalyst::Log::Log4perl> to try to hijack these patterns which seems to
-work reasonable well, but be adviced that this feature is HIGHLY EXPERIMENTAL
-and relies on a few internals of L<Log::Log4perl> that might change in later
-versions of this library. Additionally, this feature is currently only tested
-with L<Log::Log4perl> version 1.08 allthough the underlying internals of
-L<Log::Log4perl> seem to be stable since at least version 0.47.
-
-=head1 BUGS AND LIMITATIONS
-
-The %T cspec of L<Log::Log4perl::Layout::PatternLayout> is currently
-unimplemented. The implementation to get %M defies any logical approach
-but seems to work perfectly.
-
=head1 SEE ALSO
L<Log::Log4perl>, L<Catalyst::Log>, L<Catalyst>.
More information about the Catalyst-commits
mailing list