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

no.mnemonic.commons.logging.LoggingProvider Maven / Gradle / Ivy

There is a newer version: 0.4.25
Show newest version
package no.mnemonic.commons.logging;

public interface LoggingProvider {

  Logger getLogger(String name);
  LoggingContext getLoggingContext();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy