Uses of Class
org.springframework.cloud.sleuth.autoconfig.instrument.jdbc.TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging
-
Packages that use TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging Package Description org.springframework.cloud.sleuth.autoconfig.instrument.jdbc -
-
Uses of TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging in org.springframework.cloud.sleuth.autoconfig.instrument.jdbc
Methods in org.springframework.cloud.sleuth.autoconfig.instrument.jdbc that return TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging Modifier and Type Method Description TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLoggingTraceJdbcProperties.DataSourceProxyProperties. getLogging()static TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLoggingTraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging[]TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.cloud.sleuth.autoconfig.instrument.jdbc with parameters of type TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging Modifier and Type Method Description voidTraceJdbcProperties.DataSourceProxyProperties. setLogging(TraceJdbcProperties.DataSourceProxyProperties.DataSourceProxyLogging logging)
-