Uses of Enum Class
org.ddolib.util.debug.DebugLevel
Packages that use DebugLevel
Package
Description
This package contains defining the compilation type and the compilation input
This package contains the interfaces and abstract classes that must be implemented as problem
specific classes to model a problem.It also contains default implementation.
This package contains util stuff related to the debug mode.
-
Uses of DebugLevel in org.ddolib.ddo.core.compilation
Fields in org.ddolib.ddo.core.compilation declared as DebugLevelModifier and TypeFieldDescriptionCompilationConfig.debugLevelDebugging level controlling logging and internal consistency checks. -
Uses of DebugLevel in org.ddolib.modeling
Methods in org.ddolib.modeling that return DebugLevelModifier and TypeMethodDescriptiondefault DebugLevelModel.debugMode()Returns the debugging level to apply during the compilation and solving phases. -
Uses of DebugLevel in org.ddolib.util.debug
Methods in org.ddolib.util.debug that return DebugLevelModifier and TypeMethodDescriptionstatic 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.