org.openrewrite.maven.LogLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rewrite-maven-plugin Show documentation
Show all versions of rewrite-maven-plugin Show documentation
Eliminate technical debt. At build time.
The newest version!
package org.openrewrite.maven;
public enum LogLevel {
DEBUG,
INFO,
WARN,
ERROR
}