Agent::Tag::String(3pm) | User Contributed Perl Documentation | Agent::Tag::String(3pm) |
Log::Agent::Tag::String - a constant tag string
require Log::Agent::Tag::String; # Inherits from Log::Agent::Tag. my $tag = Log::Agent::Tag::String->make( -name => "session id", -value => $session, -postfix => 1, -separator => " -- ", );
This class represents a constant tag string.
The following parameters are defined, in alphabetical order:
Raphael Manfredi <Raphael_Manfredi@pobox.com>
2022-10-15 | perl v5.34.0 |