Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class Logger(val name: String, var level: Level) : CollectorRegistry.Collector
Link copied to clipboard

Represents a logging context that is used within a coroutine for tracing and tagging operations. It functions as a coroutine context element, managing tags and a stack of spans. Provides constructors to initialize with different combinations of tags and a span.