Uses of Class
com.janboerman.invsee.spigot.api.logging.LogOptions
Packages that use LogOptions
Package
Description
-
Uses of LogOptions in com.janboerman.invsee.spigot
Methods in com.janboerman.invsee.spigot that return LogOptionsModifier and TypeMethodDescriptionInvseePlusPlus.getLogOptions()
Get the logging options.InvseePlusPlus.getLogOptions
(FileConfiguration config) -
Uses of LogOptions in com.janboerman.invsee.spigot.api
Methods in com.janboerman.invsee.spigot.api that return LogOptionsMethods in com.janboerman.invsee.spigot.api with parameters of type LogOptionsModifier and TypeMethodDescriptionstatic <Slot> CreationOptions
<Slot> CreationOptions.of
(Plugin plugin, Title title, boolean offlinePlayerSupport, Mirror<Slot> mirror, boolean unknownPlayerSupport, boolean bypassExempt, LogOptions logOptions) Deprecated.static <Slot> CreationOptions
<Slot> CreationOptions.of
(Plugin plugin, Title title, boolean offlinePlayerSupport, Mirror<Slot> mirror, boolean unknownPlayerSupport, boolean bypassExempt, LogOptions logOptions, PlaceholderPalette placeholderPalette) Create new CreationOptions.final void
InvseeAPI.setLogOptions
(LogOptions options) Set theLogOptions
to be used byInvseeAPI.mainInventoryCreationOptions()
andInvseeAPI.enderInventoryCreationOptions()
.CreationOptions.withLogOptions
(LogOptions logOptions) Set the logging options. -
Uses of LogOptions in com.janboerman.invsee.spigot.api.logging
Methods in com.janboerman.invsee.spigot.api.logging that return LogOptionsModifier and TypeMethodDescriptionLogOptions.clone()
Create a deep copy of these logging options.static LogOptions
LogOptions.empty()
Create new no-op logging options.static 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.withFormats
(Map<LogTarget, String> logFormats) Set the log formats.LogOptions.withGranularity
(LogGranularity granularity) Set the log granularity.LogOptions.withLogTargets
(Collection<LogTarget> logTargets) Set the log targets.Methods in com.janboerman.invsee.spigot.api.logging with parameters of type LogOptionsModifier and TypeMethodDescriptionstatic boolean
LogOptions.isEmpty
(LogOptions options) Get whether the logging options are effectively zero.static LogOutput
LogOutput.make
(Plugin plugin, UUID spectatorId, String spectatorName, Target target, LogOptions logOptions)