Status: Stable, except where otherwise specified The Logs API is provided for logging library authors to build log appenders, which use this API to bridge between existing logging libraries and the OpenTelemetry log data model. The Logs API can also be directly called by instrumentation libraries as well as instrumented libraries or applications. The Logs API consist of these main components: LoggerProvider is the entry point of the API. It provides access to Loggers. Logger is responsible fo...