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.46 by root, Sun Oct 2 01:22:01 2011 UTC vs.
Revision 1.47 by root, Sun Mar 11 20:39:10 2012 UTC

1197 1197
1198Attaches the named context as slave to the context. 1198Attaches the named context as slave to the context.
1199 1199
1200=item C<+> 1200=item C<+>
1201 1201
1202A line C<+> detaches all contexts, i.e. clears the slave list from the 1202A lone C<+> detaches all contexts, i.e. clears the slave list from the
1203context. Anonymous (C<%name>) contexts have no attached slaves by default, 1203context. Anonymous (C<%name>) contexts have no attached slaves by default,
1204but package contexts have the parent context as slave by default. 1204but package contexts have the parent context as slave by default.
1205 1205
1206Example: log messages from My::Module to a file, do not send them to the 1206Example: log messages from My::Module to a file, do not send them to the
1207default log collector. 1207default log collector.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines