Module opentelemetry::sdk::logs
source · Expand description
Structs
- Batch log processor configuration
- A
LogProcessorthat asynchronously buffers log records and reports them at a preconfigured interval. - A builder for creating
BatchLogProcessorinstances. - Builder for provider attributes.
- Log emitter configuration.
- The object for emitting
LogRecords. - Creator for
Loggerinstances. - A
LogProcessorthat exports synchronously when logs are emitted.
Enums
- Messages sent between application thread and batch log processor’s work thread.
Traits
- The interface for plugging into a
Logger.