Uses of Enum Class
me.hsgamer.hscore.logger.common.LogLevel
Packages that use LogLevel
Package
Description
Contains the base classes for the
Logger
The JUL implementation of the
Logger
The SLF4J implementation of the
Logger
The system implementation of
Logger
-
Uses of LogLevel in me.hsgamer.hscore.logger.common
Methods in me.hsgamer.hscore.logger.common 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 me.hsgamer.hscore.logger.common with parameters of type LogLevel -
Uses of LogLevel in me.hsgamer.hscore.logger.jul
Methods in me.hsgamer.hscore.logger.jul with parameters of type LogLevel -
Uses of LogLevel in me.hsgamer.hscore.logger.slf4j
Methods in me.hsgamer.hscore.logger.slf4j with parameters of type LogLevel -
Uses of LogLevel in me.hsgamer.hscore.logger.system
Methods in me.hsgamer.hscore.logger.system with parameters of type LogLevel