Man Page: log::agent::tag_list
Operating Environment: debian
Section: 3pm
Agent::Tag_List(3pm) User Contributed Perl Documentation Agent::Tag_List(3pm)NAMELog::Agent::Tag_List - user-defined tags to add to every logSYNOPSISuse 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 listDESCRIPTIONThis 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: append list Append list of "Log::Agent::Tag" objects to the existing list. prepend list Prepends list of "Log::Agent::Tag" objects to the existing list.AUTHORRaphael Manfredi <Raphael_Manfredi@pobox.com>SEE ALSOLog::Agent(3), Log::Agent::Tag(3). perl v5.10.0 2002-03-09 Agent::Tag_List(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| A (ksh) Library For and From UNIX.com |