2 * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3 * directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4 * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
7 package wtf
.metio
.yosql
.models
.configuration
;
10 * Options for the logging API used in the generated code.
12 public enum LoggingApis
{
15 * Disables logging in any of the generated files.
20 * Uses java.util.logging in the generated code.
25 * Uses System.Logger in the generated code.
30 * Uses log4j in the generated code.
35 * Uses slf4j in the generated code.
40 * Uses thats-interesting in the generated code.
45 * Uses tinylog in the generated code.