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

Comparing AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.37 by root, Wed Sep 2 18:41:24 2009 UTC vs.
Revision 1.38 by elmex, Thu Sep 3 07:57:30 2009 UTC

55connection could not be created, authorisation failed and so on. 55connection could not be created, authorisation failed and so on.
56 56
57It I<must not> block or send messages -queue it and use an idle watcher if 57It I<must not> block or send messages -queue it and use an idle watcher if
58you need to do any of these things. 58you need to do any of these things.
59 59
60C<$level> sould be C<0> for messages ot be logged always, C<1> for 60C<$level> should be C<0> for messages to be logged always, C<1> for
61unexpected messages and errors, C<2> for warnings, C<7> for messages about 61unexpected messages and errors, C<2> for warnings, C<7> for messages about
62node connectivity and services, C<8> for debugging messages and C<9> for 62node connectivity and services, C<8> for debugging messages and C<9> for
63tracing messages. 63tracing messages.
64 64
65The default simply logs the message to STDERR. 65The default simply logs the message to STDERR.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines