DOKK / manpages / debian 12 / liblog-agent-perl / Log::Agent::Tag_List.3pm.en
Agent::Tag_List(3pm) User Contributed Perl Documentation Agent::Tag_List(3pm)

Log::Agent::Tag_List - user-defined tags to add to every log

 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

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).

The following interface is available:

Append list of "Log::Agent::Tag" objects to the existing list.
Prepends list of "Log::Agent::Tag" objects to the existing list.

Raphael Manfredi <Raphael_Manfredi@pobox.com>

Log::Agent(3), Log::Agent::Tag(3).

2022-10-15 perl v5.34.0