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.48 by root, Thu Mar 22 00:19:39 2012 UTC vs.
Revision 1.49 by root, Thu Mar 22 01:03:57 2012 UTC

899logging context, the (numeric) logging level and the raw message string 899logging context, the (numeric) logging level and the raw message string
900and needs to return a formatted log message. In most cases this will be a 900and needs to return a formatted log message. In most cases this will be a
901string, but it could just as well be an array reference that just stores 901string, but it could just as well be an array reference that just stores
902the values. 902the values.
903 903
904If, for some reason, you want to use C<caller> to find out more baout the 904If, for some reason, you want to use C<caller> to find out more about the
905logger then you should walk up the call stack until you are no longer 905logger then you should walk up the call stack until you are no longer
906inside the C<AnyEvent::Log> package. 906inside the C<AnyEvent::Log> package.
907 907
908Example: format just the raw message, with numeric log level in angle 908Example: format just the raw message, with numeric log level in angle
909brackets. 909brackets.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines