![JAR search and dependency download from the Maven repository](/logo.png)
org.zeroturnaround.exec.stream.slf4j.Level Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zt-exec Show documentation
Show all versions of zt-exec Show documentation
A lightweight library to execute external processes from Java.
package org.zeroturnaround.exec.stream.slf4j;
/**
* Slf4j logging level.
*/
public enum Level {
TRACE,
DEBUG,
INFO,
WARN,
ERROR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy