su.nlq.prometheus.jmx.logging.Logger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmx-prometheus-collector Show documentation
Show all versions of jmx-prometheus-collector Show documentation
Pipe for JMX MBeans to Prometheus
package su.nlq.prometheus.jmx.logging;
import org.jetbrains.annotations.NotNull;
import org.slf4j.LoggerFactory;
public enum Logger {
;
public static final @NotNull org.slf4j.Logger instance = LoggerFactory.getLogger("jmx-prometheus-export");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy