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_HOOK
Default log hook.Methods in de.jcm.discordgamesdk that return LogLevelModifier and TypeMethodDescriptionstatic LogLevel
Returns 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 TypeMethodDescriptionvoid
void
Core.setLogHook
(LogLevel minLevel, BiConsumer<LogLevel, String> logHook) Registers a log function.Method parameters in de.jcm.discordgamesdk with type arguments of type LogLevelModifier and TypeMethodDescriptionvoid
Core.setLogHook
(LogLevel minLevel, BiConsumer<LogLevel, String> logHook) Registers a log function.