Uses of Enum Class
com.influxdb.LogLevel
Package
Description
-
Uses of LogLevel in com.influxdb
-
Uses of LogLevel in com.influxdb.client
Modifier and TypeMethodDescriptionInfluxDBClient.getLogLevel()
InfluxDBClientOptions.getLogLevel()
Modifier and TypeMethodDescriptionSet the log level for the request and response information.InfluxDBClient.setLogLevel
(LogLevel logLevel) Set the log level for the request and response information. -
Uses of LogLevel in com.influxdb.client.flux
Modifier and TypeMethodDescriptionFluxClient.getLogLevel()
Gets theLogLevel
that is used for logging requests and responses.Modifier and TypeMethodDescriptionFluxClient.setLogLevel
(LogLevel logLevel) Sets the log level for the request and response information. -
Uses of LogLevel in com.influxdb.client.flux.internal
-
Uses of LogLevel in com.influxdb.client.internal
-
Uses of LogLevel in com.influxdb.client.reactive
Modifier and TypeMethodDescriptionInfluxDBClientReactive.setLogLevel
(LogLevel logLevel) Set the log level for the request and response information. -
Uses of LogLevel in com.influxdb.client.reactive.internal
-
Uses of LogLevel in com.influxdb.internal
Modifier and TypeMethodDescriptionprotected LogLevel
AbstractRestClient.getLogLevel
(okhttp3.logging.HttpLoggingInterceptor interceptor) Modifier and TypeMethodDescriptionprotected void
AbstractRestClient.setLogLevel
(okhttp3.logging.HttpLoggingInterceptor interceptor, LogLevel logLevel) -
Uses of LogLevel in com.influxdb.spring.influx