LogExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.LogExperimentalAttributes

Attributes

Source
LogExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

abstract class LogIostreamValue(val value: String)

Values for LogIostream.

Values for LogIostream.

Attributes

Companion
object
Source
LogExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Stderr
object Stdout

Attributes

Companion
class
Source
LogExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

The basename of the file.

The basename of the file.

Attributes

Source
LogExperimentalAttributes.scala

The basename of the file, with symlinks resolved.

The basename of the file, with symlinks resolved.

Attributes

Source
LogExperimentalAttributes.scala

The full path to the file.

The full path to the file.

Attributes

Source
LogExperimentalAttributes.scala

The full path to the file, with symlinks resolved.

The full path to the file, with symlinks resolved.

Attributes

Source
LogExperimentalAttributes.scala

The stream associated with the log.

The stream associated with the log. See below for a list of well-known values.

Attributes

Source
LogExperimentalAttributes.scala

A unique identifier for the Log Record.

A unique identifier for the Log Record.

Attributes

Note

  • If an id is provided, other log records with the same id will be considered duplicates and can be removed safely. This means, that two distinguishable log records MUST have different values. The id MAY be an Universally Unique Lexicographically Sortable Identifier (ULID), but other identifiers (e.g. UUID) may be used as needed.

Source
LogExperimentalAttributes.scala