Interface SdkLoggerProviderBuilderCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SdkLoggerProviderBuilderCustomizer
Callback interface that can be used to customize the SdkLoggerProviderBuilder that is used to create the auto-configured SdkLoggerProvider.
Since:
3.4.0
Author:
Toshiaki Maki
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(io.opentelemetry.sdk.logs.SdkLoggerProviderBuilder builder)
    Customize the given builder.
  • Method Details

    • customize

      void customize(io.opentelemetry.sdk.logs.SdkLoggerProviderBuilder builder)
      Customize the given builder.
      Parameters:
      builder - the builder to customize