3 date: 2019-09-27T18:51:08+02:00
14 The `java.util.logging` based implementation for a logging generator. It 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/).
28 <groupId>wtf.metio.yosql</groupId>
29 <artifactId>yosql-tooling-maven</artifactId>
32 <loggingApi>JUL</loggingApi>
43 In order to use `YoSQL` together with [Gradle](https://gradle.org/), take a look at the tooling [documentation for Gradle](/tooling/gradle/).
59 In order to use `YoSQL` together with [Bazel](https://bazel.build/), take a look at the tooling [documentation for
60 Bazel](/tooling/bazel/).
64 In order to use YoSQL on the command line, take a look at the tooling [documentation for CLI](/tooling/cli/).
67 $ yosql --apis-logging-api=JUL
70 The shorter form is available as well:
73 $ yosql --logging-api=JUL