com.tibco.rta.log
Class LogConfigurator

java.lang.Object
  extended by com.tibco.rta.log.LogConfigurator
All Implemented Interfaces:
LogConfiguratorMBean

public class LogConfigurator
extends java.lang.Object
implements LogConfiguratorMBean

Created by IntelliJ IDEA. User: aathalye Date: 4/6/13 Time: 12:28 PM To change this template use File | Settings | File Templates.


Constructor Summary
LogConfigurator()
           
 
Method Summary
 java.lang.String[] getLoggers()
          Return all logger categories in this log manager.
 java.lang.String getLogLevel(java.lang.String category)
          Get log level for category.
 void setLogLevel(java.lang.String category, java.lang.String level)
          Set log level for this category.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogConfigurator

public LogConfigurator()
Method Detail

getLoggers

public java.lang.String[] getLoggers()
Description copied from interface: LogConfiguratorMBean
Return all logger categories in this log manager.

Specified by:
getLoggers in interface LogConfiguratorMBean
Returns:

getLogLevel

public java.lang.String getLogLevel(java.lang.String category)
Description copied from interface: LogConfiguratorMBean
Get log level for category.

Specified by:
getLogLevel in interface LogConfiguratorMBean
Returns:

setLogLevel

public void setLogLevel(java.lang.String category,
                        java.lang.String level)
Description copied from interface: LogConfiguratorMBean
Set log level for this category.

Specified by:
setLogLevel in interface LogConfiguratorMBean


Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.