Interface LoggerProvider

    • Method Detail

      • get

        default Logger get​(java.lang.String instrumentationScopeName)
        Gets or creates a named Logger instance.
        Parameters:
        instrumentationScopeName - A name uniquely identifying the instrumentation scope, such as the instrumentation library, package, or fully qualified class name. Must not be null.
        Returns:
        a Logger instance.
      • loggerBuilder

        LoggerBuilder loggerBuilder​(java.lang.String instrumentationScopeName)
        Creates a LoggerBuilder for a named Logger instance.
        Parameters:
        instrumentationScopeName - A name uniquely identifying the instrumentation scope, such as the instrumentation library, package, or fully qualified class name. Must not be null.
        Returns:
        a LoggerBuilder instance.