Expand description
§OpenTelemetry Logs Bridge API
Structs§
- Noop
Logger Provider - A no-op implementation of a
LoggerProvider
.
Enums§
- AnyValue
- Value types for representing arbitrary values in a log record.
- LogError
- Errors returned by the log SDK.
- Severity
- A normalized severity value.
Traits§
- LogRecord
- SDK implemented trait for managing log records
- Logger
- The interface for emitting
LogRecord
s. - Logger
Provider - Interfaces that can create
Logger
instances.
Type Aliases§
- LogResult
- Describe the result of operations in log SDK.