Uses of Enum Class
org.jooq.meta.jaxb.Logging
Packages that use Logging
-
Uses of Logging in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as LoggingMethods in org.jooq.meta.jaxb that return LoggingModifier and TypeMethodDescriptionstatic LoggingConfiguration.getLogging()The logging configuration element specifies the code generation logging threshold.static LoggingReturns the enum constant of this class with the specified name.static Logging[]Logging.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type LoggingModifier and TypeMethodDescriptionvoidConfiguration.setLogging(Logging value) The logging configuration element specifies the code generation logging threshold.Configuration.withLogging(Logging value) The logging configuration element specifies the code generation logging threshold.