Class Capabilities
- java.lang.Object
-
- org.jboss.as.logging.capabilities.Capabilities
-
public class Capabilities extends Object
Logging capabilities. Not for use outside the logging extension.- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static RuntimeCapability<Void>FILTER_CAPABILITYA capability for logging filter.static RuntimeCapability<Void>FORMATTER_CAPABILITYA capability for logging formatters.static RuntimeCapability<Void>HANDLER_CAPABILITYA capability for logging handlers.static CapabilityReferenceRecorderHANDLER_FILTER_REFERENCE_RECORDERA capability recorder for configuring a filter on a handler.static CapabilityReferenceRecorderHANDLER_FORMATTER_REFERENCE_RECORDERA capability recorder for configuring a formatter on a handler.static CapabilityReferenceRecorderHANDLER_REFERENCE_RECORDERA capability recorder for configuring sub-handlers on a handler.static RuntimeCapability<Void>LOGGER_CAPABILITYA capability for loggers.static CapabilityReferenceRecorderLOGGER_FILTER_REFERENCE_RECORDERA capability recorder for configuring filters on a logger.static CapabilityReferenceRecorderLOGGER_HANDLER_REFERENCE_RECORDERA capability recorder for configuring handlers on a logger.static StringSSL_CONTEXT_CAPABILITYReference to an SSL context.
-
Constructor Summary
Constructors Constructor Description Capabilities()
-
-
-
Field Detail
-
SSL_CONTEXT_CAPABILITY
public static final String SSL_CONTEXT_CAPABILITY
Reference to an SSL context.- See Also:
- Constant Field Values
-
FILTER_CAPABILITY
public static final RuntimeCapability<Void> FILTER_CAPABILITY
A capability for logging filter.
-
FORMATTER_CAPABILITY
public static final RuntimeCapability<Void> FORMATTER_CAPABILITY
A capability for logging formatters.
-
HANDLER_CAPABILITY
public static final RuntimeCapability<Void> HANDLER_CAPABILITY
A capability for logging handlers.Note that while this capability can expose a handler it's not required. It's only used in cases where a handler might need to register a service. This is not needed in most cases.
-
LOGGER_CAPABILITY
public static final RuntimeCapability<Void> LOGGER_CAPABILITY
A capability for loggers.
-
HANDLER_FILTER_REFERENCE_RECORDER
public static final CapabilityReferenceRecorder HANDLER_FILTER_REFERENCE_RECORDER
A capability recorder for configuring a filter on a handler.
-
HANDLER_FORMATTER_REFERENCE_RECORDER
public static final CapabilityReferenceRecorder HANDLER_FORMATTER_REFERENCE_RECORDER
A capability recorder for configuring a formatter on a handler.
-
HANDLER_REFERENCE_RECORDER
public static final CapabilityReferenceRecorder HANDLER_REFERENCE_RECORDER
A capability recorder for configuring sub-handlers on a handler.
-
LOGGER_FILTER_REFERENCE_RECORDER
public static final CapabilityReferenceRecorder LOGGER_FILTER_REFERENCE_RECORDER
A capability recorder for configuring filters on a logger.
-
LOGGER_HANDLER_REFERENCE_RECORDER
public static final CapabilityReferenceRecorder LOGGER_HANDLER_REFERENCE_RECORDER
A capability recorder for configuring handlers on a logger.
-
-