Interface LoggerBuilder

    • Method Detail

      • setSchemaUrl

        LoggerBuilder setSchemaUrl​(java.lang.String schemaUrl)
        Set the scope schema URL of the resulting Logger. Schema URL is part of Logger identity.
        Parameters:
        schemaUrl - The schema URL.
        Returns:
        this
      • setInstrumentationVersion

        LoggerBuilder setInstrumentationVersion​(java.lang.String instrumentationScopeVersion)
        Sets the instrumentation scope version of the resulting Logger. Version is part of Logger identity.
        Parameters:
        instrumentationScopeVersion - The instrumentation scope version.
        Returns:
        this
      • build

        Logger build()
        Gets or creates a Logger instance.
        Returns:
        a Logger instance configured with the provided options.