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

io.github.logcontext.LoggingContextServiceProvider Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package io.github.logcontext;

public interface LoggingContextServiceProvider {

  /**
   * Creates a new instance of a LogContext.Builder specific to the provider implementation.
   *
   * @return a new instance of a LogContext.Builder specific to the provider implementation.
   */
  LogContext.Builder logContextBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy