Uses of Enum Class
io.github.tonywasher.joceanus.oceanus.logger.OceanusLogLevel
Packages that use OceanusLogLevel
-
Uses of OceanusLogLevel in io.github.tonywasher.joceanus.oceanus.logger
Methods in io.github.tonywasher.joceanus.oceanus.logger that return OceanusLogLevelModifier and TypeMethodDescriptionstatic OceanusLogLevelReturns the enum constant of this class with the specified name.static OceanusLogLevel[]OceanusLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.tonywasher.joceanus.oceanus.logger with parameters of type OceanusLogLevelModifier and TypeMethodDescription(package private) StringOceanusLogManager.formatMessage(Class<?> pOwner, OceanusLogLevel pLevel, String pMessage) Format message.