ApplicationLogsConfig interface
Application logs configuration.
Properties
azure |
Application logs to blob storage configuration. |
azure |
Application logs to azure table storage configuration. |
file |
Application logs to file system configuration. |
Property Details
azureBlobStorage
Application logs to blob storage configuration.
azureBlobStorage?: AzureBlobStorageApplicationLogsConfig
Property Value
azureTableStorage
Application logs to azure table storage configuration.
azureTableStorage?: AzureTableStorageApplicationLogsConfig
Property Value
fileSystem
Application logs to file system configuration.
fileSystem?: FileSystemApplicationLogsConfig