Uses of Enum
org.apache.mina.filter.logging.MdcInjectionFilter.MdcKey
Packages that use MdcInjectionFilter.MdcKey
Package
Description
Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system.
-
Uses of MdcInjectionFilter.MdcKey in org.apache.mina.filter.logging
Subclasses with type arguments of type MdcInjectionFilter.MdcKey in org.apache.mina.filter.loggingModifier and TypeClassDescriptionstatic enumThis enum lists all the possible keys this filter will processFields in org.apache.mina.filter.logging with type parameters of type MdcInjectionFilter.MdcKeyModifier and TypeFieldDescriptionprivate EnumSet<MdcInjectionFilter.MdcKey> MdcInjectionFilter.mdcKeysMethods in org.apache.mina.filter.logging that return MdcInjectionFilter.MdcKeyModifier and TypeMethodDescriptionstatic MdcInjectionFilter.MdcKeyReturns the enum constant of this type with the specified name.static MdcInjectionFilter.MdcKey[]MdcInjectionFilter.MdcKey.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.mina.filter.logging with parameters of type MdcInjectionFilter.MdcKeyModifierConstructorDescriptionUse this constructor when you want to specify which keys to add to the MDC You could still add custom keys viaMdcInjectionFilter.setProperty(IoSession, String, String)Constructor parameters in org.apache.mina.filter.logging with type arguments of type MdcInjectionFilter.MdcKeyModifierConstructorDescriptionUse this constructor when you want to specify which keys to add to the MDC.