| Modifier and Type | Method and Description |
|---|---|
AzureTableStorageApplicationLogsConfig |
ApplicationLogsConfig.azureTableStorage()
Get application logs to azure table storage configuration.
|
AzureTableStorageApplicationLogsConfig |
AzureTableStorageApplicationLogsConfig.withLevel(LogLevel level)
Set log level.
|
AzureTableStorageApplicationLogsConfig |
AzureTableStorageApplicationLogsConfig.withSasUrl(String sasUrl)
Set sAS URL to an Azure table with add/query/delete permissions.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationLogsConfig |
ApplicationLogsConfig.withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)
Set application logs to azure table storage configuration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/