Uses of Class
org.apache.mina.filter.logging.LogLevel
-
Packages that use LogLevel Package Description org.apache.mina.filter.logging Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system. -
-
Uses of LogLevel in org.apache.mina.filter.logging
Methods in org.apache.mina.filter.logging that return LogLevel Modifier and Type Method Description LogLevelLoggingFilter. getExceptionCaughtLogLevel()Get the LogLevel for the ExceptionCaught event.LogLevelLoggingFilter. getMessageReceivedLogLevel()Get the LogLevel for the MessageReceived event.LogLevelLoggingFilter. getMessageSentLogLevel()Get the LogLevel for the MessageSent event.LogLevelLoggingFilter. getSessionClosedLogLevel()Get the LogLevel for the SessionClosed event.LogLevelLoggingFilter. getSessionCreatedLogLevel()Get the LogLevel for the SessionCreated event.LogLevelLoggingFilter. getSessionIdleLogLevel()Get the LogLevel for the SessionIdle event.LogLevelLoggingFilter. getSessionOpenedLogLevel()Get the LogLevel for the SessionOpened event.static LogLevelLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.mina.filter.logging with parameters of type LogLevel Modifier and Type Method Description voidLoggingFilter. setExceptionCaughtLogLevel(LogLevel level)Set the LogLevel for the ExceptionCaught event.voidLoggingFilter. setMessageReceivedLogLevel(LogLevel level)Set the LogLevel for the MessageReceived event.voidLoggingFilter. setMessageSentLogLevel(LogLevel level)Set the LogLevel for the MessageSent event.voidLoggingFilter. setSessionClosedLogLevel(LogLevel level)Set the LogLevel for the SessionClosed event.voidLoggingFilter. setSessionCreatedLogLevel(LogLevel level)Set the LogLevel for the SessionCreated event.voidLoggingFilter. setSessionIdleLogLevel(LogLevel level)Set the LogLevel for the SessionIdle event.voidLoggingFilter. setSessionOpenedLogLevel(LogLevel level)Set the LogLevel for the SessionOpened event.
-