org.apache.mina.filter.logging |
Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system.
|
Java Source File Name | Type | Comment |
LoggingFilter.java | Class | Logs all MINA protocol events. |
LogLevel.java | enum | Defines a logging level. |
MdcInjectionFilter.java | Class | 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. |
MdcInjectionFilterTest.java | Class | Tests
MdcInjectionFilter in variuos scenarios. |