Uses of Enum Class
ml.karmaconfigs.api.common.utils.enums.LogExtension
Packages that use LogExtension
Package
Description
-
Uses of LogExtension in ml.karmaconfigs.api.common
Methods in ml.karmaconfigs.api.common with parameters of type LogExtensionModifier and TypeMethodDescriptionBufferedLogger.extension(LogExtension extension)Set the logger extension typeLogger.extension(LogExtension extension)Set the logger extension typeprotected PathBufferedLogger.getLoggerFile(LogExtension type)Get the today's logger file -
Uses of LogExtension in ml.karmaconfigs.api.common.utils
Methods in ml.karmaconfigs.api.common.utils with parameters of type LogExtensionModifier and TypeMethodDescriptionprotected PathKarmaLogger.getLoggerFile(LogExtension type)Get the today's logger file -
Uses of LogExtension in ml.karmaconfigs.api.common.utils.enums
Methods in ml.karmaconfigs.api.common.utils.enums that return LogExtensionModifier and TypeMethodDescriptionstatic LogExtensionReturns the enum constant of this class with the specified name.static LogExtension[]LogExtension.values()Returns an array containing the constants of this enum class, in the order they are declared.