Class FileSystemApplicationLogsConfig


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

      • FileSystemApplicationLogsConfig

        public FileSystemApplicationLogsConfig()
    • 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.