Class APILoggingImpl
java.lang.Object
org.wso2.carbon.apimgt.devops.impl.logging.APILoggingImpl
API logging implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUpdateAPILogger(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)
-
Constructor Details
-
APILoggingImpl
public APILoggingImpl()
-
-
Method Details
-
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
-
getAPILoggerListByApiId
public List<org.wso2.carbon.apimgt.impl.dto.APILogInfoDTO> getAPILoggerListByApiId(String tenantId, String apiId) throws org.wso2.carbon.apimgt.api.APIManagementException - Throws:
org.wso2.carbon.apimgt.api.APIManagementException
-