Class APILoggingImpl


  • public class APILoggingImpl
    extends Object
    API logging implementation.
    • Constructor Detail

      • APILoggingImpl

        public APILoggingImpl()
    • 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
      • 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