public static enum TraceJdbcProperties.P6SpyProperties.P6SpyLogging extends Enum<TraceJdbcProperties.P6SpyProperties.P6SpyLogging>
| Enum Constant and Description |
|---|
CUSTOM
Custom logging.
|
FILE
Log to file.
|
SLF4J
Log using SLF4J.
|
SYSOUT
Log using System.out.
|
| Modifier and Type | Method and Description |
|---|---|
static TraceJdbcProperties.P6SpyProperties.P6SpyLogging |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceJdbcProperties.P6SpyProperties.P6SpyLogging[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceJdbcProperties.P6SpyProperties.P6SpyLogging SYSOUT
public static final TraceJdbcProperties.P6SpyProperties.P6SpyLogging SLF4J
public static final TraceJdbcProperties.P6SpyProperties.P6SpyLogging FILE
public static final TraceJdbcProperties.P6SpyProperties.P6SpyLogging CUSTOM
public static TraceJdbcProperties.P6SpyProperties.P6SpyLogging[] values()
for (TraceJdbcProperties.P6SpyProperties.P6SpyLogging c : TraceJdbcProperties.P6SpyProperties.P6SpyLogging.values()) System.out.println(c);
public static TraceJdbcProperties.P6SpyProperties.P6SpyLogging 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 © 2021 Pivotal Software, Inc.. All rights reserved.