public class LoggingAdmin extends Object
Constructor and Description |
---|
LoggingAdmin() |
Modifier and Type | Method and Description |
---|---|
void |
addLogger(String loggerName,
String loggerClass,
String logLevel) |
LoggerData[] |
getAllLoggerData(boolean beginsWith,
String logNameFilter) |
LoggerData |
getLoggerData(String loggerName) |
String |
getLoggers() |
boolean |
isLoggerExist(String loggerName) |
void |
updateLoggerData(String loggerName,
String logLevel) |
public String getLoggers() throws IOException
IOException
public LoggerData getLoggerData(String loggerName) throws IOException
IOException
public LoggerData[] getAllLoggerData(boolean beginsWith, String logNameFilter) throws IOException
IOException
public void updateLoggerData(String loggerName, String logLevel) throws IOException, org.apache.commons.configuration.ConfigurationException
IOException
org.apache.commons.configuration.ConfigurationException
public void addLogger(String loggerName, String loggerClass, String logLevel) throws IOException, org.apache.commons.configuration.ConfigurationException
IOException
org.apache.commons.configuration.ConfigurationException
public boolean isLoggerExist(String loggerName) throws IOException
IOException
Copyright © 2021 WSO2. All rights reserved.