Interface JsonLogConverter.LogScope

Enclosing interface:
JsonLogConverter

public static interface JsonLogConverter.LogScope
Information about a "log scope" in the emitted span data.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the attributes from the LogScope.
    Returns the name from the LogScope.
  • Method Details

    • name

      String name()
      Returns the name from the LogScope.
      Returns:
      name
    • attributes

      Map<String,Object> attributes()
      Returns the attributes from the LogScope.
      Returns:
      attributes