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

su.nlq.prometheus.jmx.logging.Logger Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
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