WildFly Logging Subsystem Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * EAP 6 Administration and Configuration Guide - The Logging Subsystem https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html...") |
No edit summary |
||
Line 6: | Line 6: | ||
* [[WildFly Logging Subsystem#Subjects|WildFly Logging Subsystem]] | * [[WildFly Logging Subsystem#Subjects|WildFly Logging Subsystem]] | ||
=Overview= | |||
The logging subsystem is based on JBoss LogManager and supports several third-party application logging frameworks, in addition to JBoss Logging: Apache Commons Logging, Simple Logging Facade for Java (SLF4J), Apache log4j and Java SE logging (java.util.logging). | |||
=Category= | |||
A log category defines what messages to capture. | |||
=Handler= | |||
A log handler defines how to deal with generated log messages. | |||
=Logging Profile= | |||
A logging profile is a named set of logging configurations, which can be created and assigned to applications. |
Revision as of 23:39, 19 October 2016
External
- EAP 6 Administration and Configuration Guide - The Logging Subsystem https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Administration_and_Configuration_Guide/chap-The_Logging_Subsystem.html
Internal
Overview
The logging subsystem is based on JBoss LogManager and supports several third-party application logging frameworks, in addition to JBoss Logging: Apache Commons Logging, Simple Logging Facade for Java (SLF4J), Apache log4j and Java SE logging (java.util.logging).
Category
A log category defines what messages to capture.
Handler
A log handler defines how to deal with generated log messages.
Logging Profile
A logging profile is a named set of logging configurations, which can be created and assigned to applications.