Uses of Enum Class
io.github.mrtesz.teszcore.logger.level.DebugLevel
Packages that use DebugLevel
Package
Description
-
Uses of DebugLevel in io.github.mrtesz.teszcore.api
Methods in io.github.mrtesz.teszcore.api with parameters of type DebugLevelModifier and TypeMethodDescriptionTeszCoreApi.getLogger(@NotNull DebugLevel debugLevel) Creates aTeszCoreLoggerTeszCoreApi.getLogger(@NotNull DebugLevel debugLevel, @Nullable String projectName) Creates aTeszCoreLoggerwith project name for specific logs -
Uses of DebugLevel in io.github.mrtesz.teszcore.internal.init
Methods in io.github.mrtesz.teszcore.internal.init with parameters of type DebugLevelModifier and TypeMethodDescriptionInit.getLogger(DebugLevel level) Init.getLogger(DebugLevel level, String projectName) -
Uses of DebugLevel in io.github.mrtesz.teszcore.logger
Methods in io.github.mrtesz.teszcore.logger with parameters of type DebugLevelModifier and TypeMethodDescriptionTeszCoreLoggerFactory.create(org.apache.logging.log4j.Logger logger, DebugLevel debugLevel, String projectName) Creates a TeszCoreLoggervoidTeszCoreLogger.setLevel(@NotNull DebugLevel level) Constructors in io.github.mrtesz.teszcore.logger with parameters of type DebugLevelModifierConstructorDescriptionTeszCoreLogger(@NonNull org.apache.logging.log4j.Logger logger, @NonNull DebugLevel level, @Nullable String projectName) -
Uses of DebugLevel in io.github.mrtesz.teszcore.logger.level
Methods in io.github.mrtesz.teszcore.logger.level that return DebugLevelModifier and TypeMethodDescriptionstatic DebugLevelDebugLevel.fromIntValue(int intValue) Retrieve a `DebugLevel` from an integer valuestatic DebugLevelReturns the enum constant of this class with the specified name.static DebugLevel[]DebugLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.