Class FileSystemApplicationLogsConfig


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

      • FileSystemApplicationLogsConfig

        public FileSystemApplicationLogsConfig()
    • Method Detail

      • level

        public LogLevel level()
        Get the level property: Log level.
        Returns:
        the level value.
      • withLevel

        public FileSystemApplicationLogsConfig withLevel​(LogLevel level)
        Set the level property: Log level.
        Parameters:
        level - the level value to set.
        Returns:
        the FileSystemApplicationLogsConfig object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.