public class AzureTableStorageApplicationLogsConfig extends Object
| Constructor and Description |
|---|
AzureTableStorageApplicationLogsConfig() |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
level()
Get log level.
|
String |
sasUrl()
Get sAS URL to an Azure table with add/query/delete permissions.
|
AzureTableStorageApplicationLogsConfig |
withLevel(LogLevel level)
Set log level.
|
AzureTableStorageApplicationLogsConfig |
withSasUrl(String sasUrl)
Set sAS URL to an Azure table with add/query/delete permissions.
|
public AzureTableStorageApplicationLogsConfig()
public LogLevel level()
public AzureTableStorageApplicationLogsConfig withLevel(LogLevel level)
level - the level value to setpublic String sasUrl()
public AzureTableStorageApplicationLogsConfig withSasUrl(String sasUrl)
sasUrl - the sasUrl value to setCopyright © 2019. All rights reserved.