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

org.whispersystems.libaxolotl.logging.AxolotlLoggerProvider Maven / Gradle / Ivy

The newest version!
package org.whispersystems.libaxolotl.logging;

public class AxolotlLoggerProvider {

  private static AxolotlLogger provider;

  public static AxolotlLogger getProvider() {
    return provider;
  }

  public static void setProvider(AxolotlLogger provider) {
    AxolotlLoggerProvider.provider = provider;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy