Class FileSystemApplicationLogsConfig
- java.lang.Object
-
- com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig
-
public class FileSystemApplicationLogsConfig extends Object
Application logs to file system configuration.
-
-
Constructor Summary
Constructors Constructor Description FileSystemApplicationLogsConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogLevellevel()Get log level.FileSystemApplicationLogsConfigwithLevel(LogLevel level)Set log level.
-
-
-
Method Detail
-
level
public LogLevel level()
Get log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'.- Returns:
- the level value
-
withLevel
public FileSystemApplicationLogsConfig withLevel(LogLevel level)
Set log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'.- Parameters:
level- the level value to set- Returns:
- the FileSystemApplicationLogsConfig object itself.
-
-