Class APILoggingImpl
- java.lang.Object
-
- org.wso2.carbon.apimgt.devops.impl.logging.APILoggingImpl
-
public class APILoggingImpl extends Object
API logging implementation.
-
-
Constructor Summary
Constructors Constructor Description APILoggingImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUpdateAPILogger(String tenantId, String apiId, String logLevel, String resourceMethod, String resourcePath)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)
-
-
-
Method Detail
-
addUpdateAPILogger
public void addUpdateAPILogger(String tenantId, String apiId, String logLevel, String resourceMethod, String resourcePath) throws org.wso2.carbon.apimgt.api.APIManagementException
- Throws:
org.wso2.carbon.apimgt.api.APIManagementException
-
getAPILoggerList
public List<org.wso2.carbon.apimgt.impl.dto.APILogInfoDTO> getAPILoggerList(String tenantId, String logLevel) throws org.wso2.carbon.apimgt.api.APIManagementException
- Throws:
org.wso2.carbon.apimgt.api.APIManagementException
-
-