Uses of Class
org.springframework.cloud.sleuth.instrument.jdbc.DataSourceProxyProperties.DataSourceProxyLogging
-
Packages that use DataSourceProxyProperties.DataSourceProxyLogging Package Description org.springframework.cloud.sleuth.instrument.jdbc -
-
Uses of DataSourceProxyProperties.DataSourceProxyLogging in org.springframework.cloud.sleuth.instrument.jdbc
Methods in org.springframework.cloud.sleuth.instrument.jdbc that return DataSourceProxyProperties.DataSourceProxyLogging Modifier and Type Method Description DataSourceProxyProperties.DataSourceProxyLoggingDataSourceProxyProperties. getLogging()static DataSourceProxyProperties.DataSourceProxyLoggingDataSourceProxyProperties.DataSourceProxyLogging. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceProxyProperties.DataSourceProxyLogging[]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.instrument.jdbc with parameters of type DataSourceProxyProperties.DataSourceProxyLogging Modifier and Type Method Description voidDataSourceProxyProperties. setLogging(DataSourceProxyProperties.DataSourceProxyLogging logging)
-