Class HttpLogsConfig


  • public class HttpLogsConfig
    extends Object
    Http logs configuration.
    • Constructor Detail

      • HttpLogsConfig

        public HttpLogsConfig()
    • Method Detail

      • fileSystem

        public FileSystemHttpLogsConfig fileSystem()
        Get http logs to file system configuration.
        Returns:
        the fileSystem value
      • withFileSystem

        public HttpLogsConfig withFileSystem​(FileSystemHttpLogsConfig fileSystem)
        Set http logs to file system configuration.
        Parameters:
        fileSystem - the fileSystem value to set
        Returns:
        the HttpLogsConfig object itself.
      • azureBlobStorage

        public AzureBlobStorageHttpLogsConfig azureBlobStorage()
        Get http logs to azure blob storage configuration.
        Returns:
        the azureBlobStorage value
      • withAzureBlobStorage

        public HttpLogsConfig withAzureBlobStorage​(AzureBlobStorageHttpLogsConfig azureBlobStorage)
        Set http logs to azure blob storage configuration.
        Parameters:
        azureBlobStorage - the azureBlobStorage value to set
        Returns:
        the HttpLogsConfig object itself.