NAME
Log::Agent::Tag::Priority - a log priority tag string
SYNOPSIS
Not intended to be used directly
Inherits from Log::Agent::Tag.
DESCRIPTION
This class represents a log priority tag string.
CREATION ROUTINE PARAMETERS
The following parameters are defined, in alphabetical order:
-name
=> name-
The name of this tag. Currently unused.
-postfix
=> flag-
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.
-separator
=> string-
The separation string between the tag and the log message. A single space by default.
-value
=> string-
The tag's value.
AUTHOR
Raphael Manfredi <Raphael_Manfredi@pobox.com>
SEE ALSO
Log::Agent::Tag(3), Log::Agent::Message(3).