public class APILoggingImpl extends Object
| Constructor and Description |
|---|
APILoggingImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUpdateAPILogger(String tenantId,
String apiId,
String logLevel) |
List<org.wso2.carbon.apimgt.impl.dto.APILogInfoDTO> |
getAPILoggerList(String tenantId,
String logLevel) |
List<org.wso2.carbon.apimgt.impl.dto.APILogInfoDTO> |
getAPILoggerListByApiId(String tenantId,
String apiId) |
public void addUpdateAPILogger(String tenantId, String apiId, String logLevel) throws org.wso2.carbon.apimgt.api.APIManagementException
org.wso2.carbon.apimgt.api.APIManagementExceptionpublic List<org.wso2.carbon.apimgt.impl.dto.APILogInfoDTO> getAPILoggerList(String tenantId, String logLevel) throws org.wso2.carbon.apimgt.api.APIManagementException
org.wso2.carbon.apimgt.api.APIManagementExceptionCopyright © 2022 WSO2. All rights reserved.