Class FileSystemApplicationLogsConfig

java.lang.Object
com.microsoft.azure.management.appservice.FileSystemApplicationLogsConfig

public class FileSystemApplicationLogsConfig extends Object
Application logs to file system configuration.
  • Constructor Details

    • FileSystemApplicationLogsConfig

      public FileSystemApplicationLogsConfig()
  • Method Details

    • 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.