class MmasLoggerConfigRoot

ManagedElement
+-Mmas
+-MmasLoggerConfigRoot
+-MmasLoggerRoot [0..]
+-MmasLogHandlerRoot [0..]

The class MmasLoggerConfigRoot Mo represents the main node for logging configuration in MMAS.

Attributes
string[0..1]
noNotification
globalLoggerLevel = CONFIG
This attribute defines the level for the Java Logging root logger.
If a logger does not have a specific logging level defined for it,and no logger in the naming hierarchy above it provides a specific logging level, then the global-logger-level will be the effective level.
- Supported levels are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST, ALL.
string[0..1]
noNotification
l4jGlobalLoggerLevel = INFO
This attribute defines the level for the Log4J root logger.
If a logger does not have a specific logging level defined for it, and no logger in the naming hierarchy above it provides a specific logging level, then the l4jglobal-logger-level will be the effective level. Log4J logging levels are managed in order to provide support for third-party applications that use the Log4J logging package.
- Supported levels are: FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL.
int32[0..1]
noNotification
logConfigModelPollInterval = 3000
This attribute defines the period between polls of the Mbeans to detect configuration changes.
If a logging level is changed then this is the maximum period the operator will have to wait until the change takes effect.
- Range 1000 - 30000 milliseconds.
string
key
mandatory
noNotification
restricted
mmasLoggerConfigRootId
This attribute defines the identity of the MmasLoggerConfigRoot instance.

  class MmasLoggerConfigRoot