com.evolveum.midpoint.logging
Class LoggerMXBeanImpl
java.lang.Object
com.evolveum.midpoint.logging.LoggerMXBeanImpl
- All Implemented Interfaces:
- LoggerMXBean
public class LoggerMXBeanImpl
- extends java.lang.Object
- implements LoggerMXBean
- Author:
- Vilo Repan
|
Constructor Summary |
LoggerMXBeanImpl(java.lang.String name,
java.lang.String rootPackage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerMXBeanImpl
public LoggerMXBeanImpl(java.lang.String name,
java.lang.String rootPackage)
getLogInfoList
public java.util.List<LogInfo> getLogInfoList()
- Specified by:
getLogInfoList in interface LoggerMXBean
setLogInfoList
public void setLogInfoList(java.util.List<LogInfo> logInfoList)
- Specified by:
setLogInfoList in interface LoggerMXBean
getLogPattern
public java.lang.String getLogPattern()
- Specified by:
getLogPattern in interface LoggerMXBean
setLogPattern
public void setLogPattern(java.lang.String pattern)
- Specified by:
setLogPattern in interface LoggerMXBean
getLogInfo
public LogInfo getLogInfo(java.lang.String packageName)
- Specified by:
getLogInfo in interface LoggerMXBean
setLogInfo
public void setLogInfo(LogInfo logInfo)
- Specified by:
setLogInfo in interface LoggerMXBean
setLogInfo
public void setLogInfo(java.lang.String packageName,
int level)
- Specified by:
setLogInfo in interface LoggerMXBean
getName
public java.lang.String getName()
- Specified by:
getName in interface LoggerMXBean
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface LoggerMXBean
setDisplayName
public void setDisplayName(java.lang.String displayName)
- Specified by:
setDisplayName in interface LoggerMXBean
setModuleLogLevel
public void setModuleLogLevel(int level)
- Specified by:
setModuleLogLevel in interface LoggerMXBean
getModuleLogLevel
public int getModuleLogLevel()
- Specified by:
getModuleLogLevel in interface LoggerMXBean
setModuleLogLevel
public void setModuleLogLevel(java.lang.String name)
Copyright © 2011 evolveum. All Rights Reserved.