Uses of Enum Class
com.janboerman.invsee.spigot.api.logging.LogTarget
Packages that use LogTarget
-
Uses of LogTarget in com.janboerman.invsee.spigot.api.logging
Subclasses with type arguments of type LogTarget in com.janboerman.invsee.spigot.api.loggingMethods in com.janboerman.invsee.spigot.api.logging that return LogTargetModifier 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.Methods in com.janboerman.invsee.spigot.api.logging that return types with arguments of type LogTargetModifier and TypeMethodDescriptionLogOptions.defaultLogFormats()
Get the default log formats.LogOptions.getFormats()
Get the log formats.LogOptions.getTargets()
Get the log targets.Methods in com.janboerman.invsee.spigot.api.logging with parameters of type LogTargetModifier and TypeMethodDescriptionGet the log format for a given log target.Method parameters in com.janboerman.invsee.spigot.api.logging with type arguments of type LogTargetModifier 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.