public static enum TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging extends Enum<TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging>
| Enum Constant and Description |
|---|
COMMONS
Log using Commons.
|
JUL
Log using Java Util Logging.
|
SLF4J
Log using SLF4J.
|
SYSOUT
Log using System.out.
|
| Modifier and Type | Method and Description |
|---|---|
static TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging SYSOUT
public static final TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging SLF4J
public static final TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging COMMONS
public static final TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging JUL
public static TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging[] values()
for (TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging c : TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging.values()) System.out.println(c);
public static TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 Pivotal Software, Inc.. All rights reserved.