Uses of Enum Class
com.janboerman.invsee.spigot.api.logging.LogTarget
-
Uses of LogTarget in com.janboerman.invsee.spigot.api.logging
Modifier and TypeMethodDescriptionstatic LogTarget
Returns the enum constant of this class with the specified name.static LogTarget[]
LogTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLogOptions.defaultLogFormats()
Get the default log formats.LogOptions.getFormats()
Get the log formats.LogOptions.getTargets()
Get the log targets.Modifier and TypeMethodDescriptionGet the log format for a given log target.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.static LogOptions
LogOptions.of
(LogGranularity granularity, Set<LogTarget> logTargets, EnumMap<LogTarget, String> formats) Create new logging options.LogOptions.withFormats
(Map<LogTarget, String> logFormats) Set the log formats.LogOptions.withLogTargets
(Collection<LogTarget> logTargets) Set the log targets.