3 date: 2019-09-27T18:51:08+02:00
14 The `java.util.logging` based implementation for a logging generator. The generated code does not require any external non-JDK classes. All loggers use the [basePackageName](/configuration/repositories/basepackagename/) as their base name.
20 In order to use `YoSQL` together with [Maven](https://maven.apache.org/), take a look at the tooling [documentation
21 for Maven](/tooling/maven/).
23 {{< maven/logging/jul >}}
27 In order to use `YoSQL` together with [Gradle](https://gradle.org/), take a look at the tooling [documentation for Gradle](/tooling/gradle/).
43 In order to use `YoSQL` together with [Bazel](https://bazel.build/), take a look at the tooling [documentation for
44 Bazel](/tooling/bazel/).
48 In order to use YoSQL on the command line, take a look at the tooling [documentation for CLI](/tooling/cli/).
51 $ yosql --apis-logging-api=JUL
54 The shorter form is available as well:
57 $ yosql --logging-api=JUL