Class SpanLog.Builder

  • Enclosing class:
    SpanLog

    public static class SpanLog.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • logKey

        public SpanLog.Builder logKey​(String logKey)
        Key that specifies the log name.
        Parameters:
        logKey - the value to set
        Returns:
        this builder
      • logValue

        public SpanLog.Builder logValue​(String logValue)
        Value associated with the log key.
        Parameters:
        logValue - the value to set
        Returns:
        this builder