Uses of Enum Class
de.jcm.discordgamesdk.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in de.jcm.discordgamesdk
Fields in de.jcm.discordgamesdk with type parameters of type LogLevelModifier and TypeFieldDescriptionstatic final BiConsumer<LogLevel, String> Core.DEFAULT_LOG_HOOKDefault log hook.Methods in de.jcm.discordgamesdk that return LogLevelModifier and TypeMethodDescriptionstatic LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.jcm.discordgamesdk with parameters of type LogLevelModifier and TypeMethodDescriptionvoidvoidCore.setLogHook(LogLevel minLevel, BiConsumer<LogLevel, String> logHook) Registers a log function.Method parameters in de.jcm.discordgamesdk with type arguments of type LogLevelModifier and TypeMethodDescriptionvoidCore.setLogHook(LogLevel minLevel, BiConsumer<LogLevel, String> logHook) Registers a log function.