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

org.zeroturnaround.exec.stream.slf4j.Level Maven / Gradle / Ivy

There is a newer version: 1.12
Show newest version
package org.zeroturnaround.exec.stream.slf4j;

/**
 * Slf4j logging level.
 */
public enum Level {

  TRACE,
  DEBUG,
  INFO,
  WARN,
  ERROR

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy