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: The name of this tag. Currently unused. Whether tag should be placed after or before the log message. By default, it is prepended to the log message, i.e. this parameter is false. The separation string between the tag and the log message. A single space by default. The tag's value.
Raphael Manfredi <[email protected]>
Log::Agent::Tag\|(3), Log::Agent::Message\|(3).