|
NAMELog::Agent::Tag::String - a constant tag string SYNOPSIS 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 => " -- ",
);
DESCRIPTIONThis class represents a constant tag string. CREATION ROUTINE PARAMETERSThe following parameters are defined, in alphabetical order:
AUTHORRaphael Manfredi <Raphael_Manfredi@pobox.com> SEE ALSOLog::Agent::Tag(3), Log::Agent::Message(3).
|