Uses of Enum Class
com.janboerman.invsee.spigot.api.logging.LogGranularity
Packages that use LogGranularity
-
Uses of LogGranularity in com.janboerman.invsee.spigot.api.logging
Subclasses with type arguments of type LogGranularity in com.janboerman.invsee.spigot.api.loggingMethods in com.janboerman.invsee.spigot.api.logging that return LogGranularityModifier 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.Methods in com.janboerman.invsee.spigot.api.logging with parameters of type LogGranularityModifier 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.Constructors in com.janboerman.invsee.spigot.api.logging with parameters of type LogGranularity