Class SdkLoggerBuilder

    • Field Detail

      • instrumentationScopeName

        private final java.lang.String instrumentationScopeName
      • instrumentationScopeVersion

        @Nullable
        private java.lang.String instrumentationScopeVersion
      • schemaUrl

        @Nullable
        private java.lang.String schemaUrl
    • Constructor Detail

    • Method Detail

      • setSchemaUrl

        public SdkLoggerBuilder setSchemaUrl​(java.lang.String schemaUrl)
        Description copied from interface: LoggerBuilder
        Set the scope schema URL of the resulting Logger. Schema URL is part of Logger identity.
        Specified by:
        setSchemaUrl in interface LoggerBuilder
        Parameters:
        schemaUrl - The schema URL.
        Returns:
        this
      • setInstrumentationVersion

        public SdkLoggerBuilder setInstrumentationVersion​(java.lang.String instrumentationScopeVersion)
        Description copied from interface: LoggerBuilder
        Sets the instrumentation scope version of the resulting Logger. Version is part of Logger identity.
        Specified by:
        setInstrumentationVersion in interface LoggerBuilder
        Parameters:
        instrumentationScopeVersion - The instrumentation scope version.
        Returns:
        this