![]() |
![]()
| ![]() |
![]()
NAMELog::Agent::Tag_List - user-defined tags to add to every log SYNOPSISuse Log::Agent qw(logtags); my $taglist = logtags(); $taglist->append(@tags); # adds @tags at the tail of list $taglist->prepend(@tags); # adds @tags at the head of list DESCRIPTIONThis class handles the list of user-defined tags, which are added to each log message. The initial list is taken from the "-tags" argument of the logconfig() routine. See Log::Agent(3). INTERFACEThe following interface is available:
AUTHORRaphael Manfredi <Raphael_Manfredi@pobox.com> SEE ALSOLog::Agent(3), Log::Agent::Tag(3).
|