debian man page for log::agent::tag_list

Query: log::agent::tag_list

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Agent::Tag_List(3pm)					User Contributed Perl Documentation				      Agent::Tag_List(3pm)

NAME
Log::Agent::Tag_List - user-defined tags to add to every log
SYNOPSIS
use 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
DESCRIPTION
This 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).
INTERFACE
The 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.
AUTHOR
Raphael Manfredi <Raphael_Manfredi@pobox.com>
SEE ALSO
Log::Agent(3), Log::Agent::Tag(3). perl v5.10.0 2002-03-09 Agent::Tag_List(3pm)
Related Man Pages
log::agent::channel(3pm) - debian
log::agent::driver::fork(3pm) - debian
log::agent::file::rotate(3pm) - debian
log::agent::logger(3pm) - debian
log::agent::message(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file