Class APILoggingImpl

java.lang.Object
org.wso2.carbon.apimgt.devops.impl.logging.APILoggingImpl

public class APILoggingImpl extends Object
API logging implementation.
  • 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