Uses of Class
org.apache.mina.filter.logging.LogLevel

Packages that use LogLevel
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
 LogLevel LoggingFilter.getExceptionCaughtLogLevel()
          Get the LogLevel for the ExceptionCaught event.
 LogLevel LoggingFilter.getMessageReceivedLogLevel()
          Get the LogLevel for the MessageReceived event.
 LogLevel LoggingFilter.getMessageSentLogLevel()
          Get the LogLevel for the MessageSent event.
 LogLevel LoggingFilter.getSessionClosedLogLevel()
          Get the LogLevel for the SessionClosed event.
 LogLevel LoggingFilter.getSessionCreatedLogLevel()
          Get the LogLevel for the SessionCreated event.
 LogLevel LoggingFilter.getSessionIdleLogLevel()
          Get the LogLevel for the SessionIdle event.
 LogLevel LoggingFilter.getSessionOpenedLogLevel()
          Get the LogLevel for the SessionOpened event.
static LogLevel LogLevel.valueOf(java.lang.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
 void LoggingFilter.setExceptionCaughtLogLevel(LogLevel level)
          Set the LogLevel for the ExceptionCaught event.
 void LoggingFilter.setMessageReceivedLogLevel(LogLevel level)
          Set the LogLevel for the MessageReceived event.
 void LoggingFilter.setMessageSentLogLevel(LogLevel level)
          Set the LogLevel for the MessageSent event.
 void LoggingFilter.setSessionClosedLogLevel(LogLevel level)
          Set the LogLevel for the SessionClosed event.
 void LoggingFilter.setSessionCreatedLogLevel(LogLevel level)
          Set the LogLevel for the SessionCreated event.
 void LoggingFilter.setSessionIdleLogLevel(LogLevel level)
          Set the LogLevel for the SessionIdle event.
 void LoggingFilter.setSessionOpenedLogLevel(LogLevel level)
          Set the LogLevel for the SessionOpened event.