Uses of Enum Class
com.janboerman.invsee.spigot.api.logging.LogGranularity
-
Uses of LogGranularity in com.janboerman.invsee.spigot.api.logging
Modifier and TypeMethodDescriptionLogOptions.getGranularity()
Get the log granularity.static LogGranularity
Returns the enum constant of this class with the specified name.static LogGranularity[]
LogGranularity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic LogOptions
LogOptions.of
(LogGranularity granularity, Set<LogTarget> logTargets) Deprecated.static LogOptions
LogOptions.of
(LogGranularity granularity, Set<LogTarget> logTargets, EnumMap<LogTarget, String> formats) Create new logging options.LogOptions.withGranularity
(LogGranularity granularity) Set the log granularity.