Uses of Class
eu.cloudnetservice.common.log.defaults.DefaultFileHandler
Packages that use DefaultFileHandler
-
Uses of DefaultFileHandler in eu.cloudnetservice.common.log.defaults
Methods in eu.cloudnetservice.common.log.defaults that return DefaultFileHandlerModifier and TypeMethodDescriptionstatic @NonNull DefaultFileHandlerDefaultFileHandler.newInstance(@NonNull String pattern, boolean append) Constructs a new file handler using the given file name pattern and append settings.static @NonNull DefaultFileHandlerDefaultFileHandler.newInstance(@NonNull String pattern, int limit, int count, boolean append) Constructs a new file handler using the given file name pattern, limit, count and append settings.static @NonNull DefaultFileHandlerDefaultFileHandler.newInstance(@NonNull Path pattern, boolean append) Constructs a new file handler using the given file name pattern and append settings.static @NonNull DefaultFileHandlerDefaultFileHandler.newInstance(@NonNull Path pattern, int limit, int count, boolean append) Constructs a new file handler using the given file name pattern, limit, count and append settings.DefaultFileHandler.withFormatter(@NonNull Formatter formatter) Sets the formatter of this handler and returns the same instance as used to call the method, for chaining.