Class FileSystemApplicationLogsConfig
java.lang.Object
com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig
Application logs to file system configuration.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileSystemApplicationLogsConfig
public FileSystemApplicationLogsConfig()
-
-
Method Details
-
level
Get log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'.- Returns:
- the level value
-
withLevel
Set log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'.- Parameters:
level
- the level value to set- Returns:
- the FileSystemApplicationLogsConfig object itself.
-