Module opentelemetry::logs
source · Available on crate feature
logs
only.Expand description
Structs
- LogRecord represents all data carried by a log record, and is provided to
LogExporter
s as input. - A builder for
LogRecord
values. - A no-op implementation of a
LoggerProvider
. - TraceContext stores the trace data for logs that have an associated span.
Enums
- Value types for representing arbitrary values in a log record.
- Errors returned by the log SDK.
- A normalized severity value.
Traits
Type Aliases
- Describe the result of operations in log SDK.