ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Log.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Log.pm (file contents):
Revision 1.6 by root, Wed Aug 17 22:34:11 2011 UTC vs.
Revision 1.7 by root, Thu Aug 18 18:02:11 2011 UTC

23or package groups. 23or package groups.
24 24
25=head1 LOG FUNCTIONS 25=head1 LOG FUNCTIONS
26 26
27These functions allow you to log messages. They always use the caller's 27These functions allow you to log messages. They always use the caller's
28package as a "logging module/source". Also, The main logging function is 28package as a "logging module/source". Also, the main logging function is
29easily available as C<AnyEvent::log> or C<AE::log> when the C<AnyEvent> 29callable as C<AnyEvent::log> or C<AE::log> when the C<AnyEvent> module is
30module is loaded. 30loaded.
31 31
32=over 4 32=over 4
33 33
34=cut 34=cut
35 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines