Contains a list of profiles available for use in deployments
A logging profile that can be used in a deployment for a custom logging configuration.
A collection of free-form properties.
A named reference to another object.
A collection of handlers to apply to the enclosing object.
Defines the root logger for this log context.
Defines a logger category.
Defines a handler which writes to the console.
Defines a handler which writes to a file.
Defines a handler which writes to a file, rotating the log after a time period derived from the given
suffix string, which should be in a format understood by java.text.SimpleDateFormat.
Defines a handler which writes to a file, rotating the log after a the size of the file grows beyond a
certain point and keeping a fixed number of backups.
Defines a handler which writes to the sub-handlers in an asynchronous thread. Used for handlers which
introduce a substantial amount of lag.
Defines a custom handler.
Defines a syslog handler for UNIX/Linux based operating systems.
The address of the syslog server. The default is localhost.
The name of the host the messages are being sent from. For example the name of the host the
application server is running on.
The port the syslog server is listening on. The default is 514.
The app name used when formatting the message in RFC5424 format. By default the app name is
"java"
Facility as defined by RFC-5424 (http://tools.ietf.org/html/rfc5424)and RFC-3164
(http://tools.ietf.org/html/rfc3164).
A formatter that can be assigned to a handler.
Defines a formatter.
Defines a pattern formatter. See the documentation for org.jboss.logmanager.formatters.FormatStringParser
for more information about the format string.
Defines a pattern formatter. See the documentation for org.jboss.logmanager.formatters.FormatStringParser
for more information about the format string.
The color-map attribute allows for a comma delimited list of colors to be used for different levels. The
format is level-name:color-name.
Valid Levels; severe, fatal, error, warn, warning, info, debug, trace, config, fine, finer, finest
Valid Colors; black, green, red, yellow, blue, magenta, cyan, white, brightblack, brightred, brightgreen,
brightblue, brightyellow, brightmagenta, brightcyan, brightwhite
The format pattern as defined in org.jboss.logmanager.formatters.FormatStringParser.
The color-map attribute allows for a comma delimited list of colors to be used for different levels. The
format is level-name:color-name.
Valid Levels; severe, fatal, error, warn, warning, info, debug, trace, config, fine, finer, finest
Valid Colors; black, green, red, yellow, blue, magenta, cyan, white, brightblack, brightred, brightgreen,
brightblue, brightyellow, brightmagenta, brightcyan, brightwhite
The name of a defined formatter that will be used to format the log message.
Defines a formatter.
Formats the log message according to the RFC specification.
Formats the message according the the RFC-5424 specification
(http://tools.ietf.org/html/rfc5424#section-6)
Formats the message according the the RFC-3164 specification
(http://tools.ietf.org/html/rfc3164#section-4.1)