WildFly Logging Subsystem Concepts
Jump to navigation
Jump to search
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.