Log::Agent::Tag::String - a constant tag string |
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:
-name
=> name-postfix
=> flag-separator
=> string-value
=> string
Raphael Manfredi <Raphael_Manfredi@pobox.com>
Log::Agent::Tag(3), Log::Agent::Message(3).
Log::Agent::Tag::String - a constant tag string |