com.algolia.config.LogLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of algoliasearch Show documentation
Show all versions of algoliasearch Show documentation
Java client for Algolia Search API
The newest version!
package com.algolia.config;
public enum LogLevel {
/** No logs. */
NONE,
/** Logs request and response lines and their respective headers. */
HEADERS,
/** Logs request and response lines and their respective headers and bodies (if present). */
BODY,
/** Logs request and response lines. */
BASIC,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy