public class HttpLogsConfig extends Object
| Constructor and Description |
|---|
HttpLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
AzureBlobStorageHttpLogsConfig |
azureBlobStorage()
Get http logs to azure blob storage configuration.
|
FileSystemHttpLogsConfig |
fileSystem()
Get http logs to file system configuration.
|
HttpLogsConfig |
withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
Set http logs to azure blob storage configuration.
|
HttpLogsConfig |
withFileSystem(FileSystemHttpLogsConfig fileSystem)
Set http logs to file system configuration.
|
public FileSystemHttpLogsConfig fileSystem()
public HttpLogsConfig withFileSystem(FileSystemHttpLogsConfig fileSystem)
fileSystem - the fileSystem value to setpublic AzureBlobStorageHttpLogsConfig azureBlobStorage()
public HttpLogsConfig withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
azureBlobStorage - the azureBlobStorage value to setCopyright © 2019. All rights reserved.