Uses of Enum
org.apache.mina.filter.logging.LogLevel
Packages that use LogLevel
Package
Description
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
Subclasses with type arguments of type LogLevel in org.apache.mina.filter.loggingFields in org.apache.mina.filter.logging declared as LogLevelModifier and TypeFieldDescriptionprivate LogLevelLoggingFilter.exceptionCaughtLevelThe log level for the exceptionCaught event.private LogLevelLoggingFilter.messageReceivedLevelThe log level for the messageReceived event.private LogLevelLoggingFilter.messageSentLevelThe log level for the messageSent event.private LogLevelLoggingFilter.sessionClosedLevelThe log level for the sessionClosed event.private LogLevelLoggingFilter.sessionCreatedLevelThe log level for the sessionCreated event.private LogLevelLoggingFilter.sessionIdleLevelThe log level for the sessionIdle event.private LogLevelLoggingFilter.sessionOpenedLevelThe log level for the sessionOpened event.Methods in org.apache.mina.filter.logging that return LogLevelModifier and TypeMethodDescriptionLoggingFilter.getExceptionCaughtLogLevel()Get the LogLevel for the ExceptionCaught event.LoggingFilter.getMessageReceivedLogLevel()Get the LogLevel for the MessageReceived event.LoggingFilter.getMessageSentLogLevel()Get the LogLevel for the MessageSent event.LoggingFilter.getSessionClosedLogLevel()Get the LogLevel for the SessionClosed event.LoggingFilter.getSessionCreatedLogLevel()Get the LogLevel for the SessionCreated event.LoggingFilter.getSessionIdleLogLevel()Get the LogLevel for the SessionIdle event.LoggingFilter.getSessionOpenedLogLevel()Get the LogLevel for the SessionOpened event.static LogLevelReturns 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 LogLevelModifier and TypeMethodDescriptionprivate voidLog if the logger and the current event log level are compatible.private voidLog if the logger and the current event log level are compatible.private voidLog if the logger and the current event log level are compatible.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.