Class FileConfig


  • public class FileConfig
    extends Object
    • Field Detail

      • DEFAULT_LOG_FILE_NAME

        public static final String DEFAULT_LOG_FILE_NAME
        Default file name where logs should be stored.
        See Also:
        Constant Field Values
      • enable

        @ConfigItem
        boolean enable
        If file logging should be enabled
      • rotation

        FileConfig.RotationConfig rotation
        File rotation config. The time interval is determined by the content of the fileSuffix property. The size interval is determined by the content of the maxFileSize property. If both are used, the rotating will be based on time then size.
    • Constructor Detail

      • FileConfig

        public FileConfig()