All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clinia.config.LogLevel Maven / Gradle / Ivy

package com.clinia.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 - 2024 Weber Informatics LLC | Privacy Policy