com.ardikars.common.logging.LogLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-logging Show documentation
Show all versions of common-logging Show documentation
Java Common is an project focused on all aspects of reusable Java components.
package com.ardikars.common.logging;
public enum LogLevel {
DEBUG, INFO, WARN, ERROR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy