Class Capabilities


  • public class Capabilities
    extends Object
    Logging capabilities. Not for use outside the logging extension.
    Author:
    James R. Perkins
    • 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.
    • Constructor Detail

      • Capabilities

        public Capabilities()