Package io.quarkus.runtime.logging
Class FileConfig$RotationConfig$$accessor
- java.lang.Object
-
- io.quarkus.runtime.logging.FileConfig$RotationConfig$$accessor
-
public final class FileConfig$RotationConfig$$accessor extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectget_fileSuffix(Object __instance)static intget_maxBackupIndex(Object __instance)static Objectget_maxFileSize(Object __instance)static booleanget_rotateOnBoot(Object __instance)static voidset_fileSuffix(Object __instance, Object fileSuffix)static voidset_maxBackupIndex(Object __instance, int maxBackupIndex)static voidset_maxFileSize(Object __instance, Object maxFileSize)static voidset_rotateOnBoot(Object __instance, boolean rotateOnBoot)
-
-
-
Method Detail
-
get_maxBackupIndex
public static int get_maxBackupIndex(Object __instance)
-
set_maxBackupIndex
public static void set_maxBackupIndex(Object __instance, int maxBackupIndex)
-
get_rotateOnBoot
public static boolean get_rotateOnBoot(Object __instance)
-
set_rotateOnBoot
public static void set_rotateOnBoot(Object __instance, boolean rotateOnBoot)
-
-