Package org.apache.mina.filter.logging

Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system.

See:
          Description

Class Summary
LoggingFilter Logs all MINA protocol events.
MdcInjectionFilter This filter will inject some key IoSession properties into the Mapped Diagnostic Context (MDC)

These properties will be set in the MDC for all logging events that are generated down the call stack, even in code that is not aware of MINA.

 

Enum Summary
LogLevel Defines a logging level.
MdcInjectionFilter.MdcKey  
 

Package org.apache.mina.filter.logging Description

Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system.