public class LoggingAdminClient extends Object
Modifier and Type | Field and Description |
---|---|
org.wso2.carbon.logging.admin.stub.LoggingAdminStub |
stub |
Constructor and Description |
---|
LoggingAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx) |
Modifier and Type | Method and Description |
---|---|
void |
addLogger(String loggerName,
String loggerClass,
String logLevel) |
org.wso2.carbon.logging.admin.stub.types.carbon.LoggerData[] |
getAllLoggerData(boolean beginsWith,
String logNameFilter) |
String[] |
getLogLevels() |
boolean |
isLoggerExist(String loggerName) |
void |
updateLoggerData(String loggerName,
String logLevel) |
public org.wso2.carbon.logging.admin.stub.types.carbon.LoggerData[] getAllLoggerData(boolean beginsWith, String logNameFilter) throws Exception
Exception
public String[] getLogLevels()
public void updateLoggerData(String loggerName, String logLevel) throws Exception
Exception
public void addLogger(String loggerName, String loggerClass, String logLevel) throws Exception
Exception
Copyright © 2022 WSO2. All rights reserved.