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.25 by root, Sun Aug 21 03:25:47 2011 UTC vs.
Revision 1.26 by root, Sun Aug 21 03:29:19 2011 UTC

789logging context, the (numeric) logging level and the raw message string 789logging context, the (numeric) logging level and the raw message string
790and needs to return a formatted log message. In most cases this will be a 790and needs to return a formatted log message. In most cases this will be a
791string, but it could just as well be an array reference that just stores 791string, but it could just as well be an array reference that just stores
792the values. 792the values.
793 793
794If, for some reaosn, you want to use C<caller> to find out more baout the 794If, for some reason, you want to use C<caller> to find out more baout the
795logger then you should walk up the call stack until you are no longer 795logger then you should walk up the call stack until you are no longer
796inside the C<AnyEvent::Log> package. 796inside the C<AnyEvent::Log> package.
797 797
798Example: format just the raw message, with numeric log level in angle 798Example: format just the raw message, with numeric log level in angle
799brackets. 799brackets.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines