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
Exceptionpublic String[] getLogLevels()
public void updateLoggerData(String loggerName, String logLevel) throws Exception
Exceptionpublic void addLogger(String loggerName, String loggerClass, String logLevel) throws Exception
ExceptionCopyright © 2026 WSO2. All rights reserved.