Package org.serviceconnector.log
Class JMXLoggingManager
java.lang.Object
org.serviceconnector.log.JMXLoggingManager
- All Implemented Interfaces:
ILoggingManagerMXBean
The Class JMXLoggingManager. Provides access for controlling logging over JMX console.
- Author:
- JTraber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the cache logger level.Gets the connection logger level.Gets the message logger level.Gets the performance logger level.Gets the root logger level.Gets the session logger level.Gets the subscription logger level.voidsetCacheLoggerLevel(String levelValue) Sets the cache logger level.voidsetConnectionLoggerLevel(String levelValue) Sets the connection logger level.voidsetMessageLoggerLevel(String levelValue) Sets the message logger level.voidsetPerformanceLoggerLevel(String levelValue) Sets the performance logger level.voidsetRootLoggerLevel(String levelValue) Sets the root logger level.voidsetSessionLoggerLevel(String levelValue) Sets the session logger level.voidsetSubscriptionLoggerLevel(String levelValue) Sets the subscription logger level.
-
Constructor Details
-
JMXLoggingManager
public JMXLoggingManager()
-
-
Method Details
-
getRootLoggerLevel
Gets the root logger level.- Specified by:
getRootLoggerLevelin interfaceILoggingManagerMXBean- Returns:
- the root logger level
-
getConnectionLoggerLevel
Gets the connection logger level.- Specified by:
getConnectionLoggerLevelin interfaceILoggingManagerMXBean- Returns:
- the connection logger level
-
getCacheLoggerLevel
Gets the cache logger level.- Specified by:
getCacheLoggerLevelin interfaceILoggingManagerMXBean- Returns:
- the cache logger level
-
getMessageLoggerLevel
Gets the message logger level.- Specified by:
getMessageLoggerLevelin interfaceILoggingManagerMXBean- Returns:
- the message logger level
-
getPerformanceLoggerLevel
Gets the performance logger level.- Specified by:
getPerformanceLoggerLevelin interfaceILoggingManagerMXBean- Returns:
- the performance logger level
-
getSessionLoggerLevel
Gets the session logger level.- Specified by:
getSessionLoggerLevelin interfaceILoggingManagerMXBean- Returns:
- the session logger level
-
getSubscriptionLoggerLevel
Gets the subscription logger level.- Specified by:
getSubscriptionLoggerLevelin interfaceILoggingManagerMXBean- Returns:
- the subscription logger level
-
setRootLoggerLevel
Sets the root logger level.- Specified by:
setRootLoggerLevelin interfaceILoggingManagerMXBean- Parameters:
levelValue- the new root logger level
-
setConnectionLoggerLevel
Sets the connection logger level.- Specified by:
setConnectionLoggerLevelin interfaceILoggingManagerMXBean- Parameters:
levelValue- the new connection logger level
-
setCacheLoggerLevel
Sets the cache logger level.- Specified by:
setCacheLoggerLevelin interfaceILoggingManagerMXBean- Parameters:
levelValue- the new cache logger level
-
setMessageLoggerLevel
Sets the message logger level.- Specified by:
setMessageLoggerLevelin interfaceILoggingManagerMXBean- Parameters:
levelValue- the new message logger level
-
setPerformanceLoggerLevel
Sets the performance logger level.- Specified by:
setPerformanceLoggerLevelin interfaceILoggingManagerMXBean- Parameters:
levelValue- the new performance logger level
-
setSessionLoggerLevel
Sets the session logger level.- Specified by:
setSessionLoggerLevelin interfaceILoggingManagerMXBean- Parameters:
levelValue- the new session logger level
-
setSubscriptionLoggerLevel
Sets the subscription logger level.- Specified by:
setSubscriptionLoggerLevelin interfaceILoggingManagerMXBean- Parameters:
levelValue- the new subscription logger level
-