diff --git a/specification/logs/api.md b/specification/logs/api.md index 6ba022c4b92..5b72de828df 100644 --- a/specification/logs/api.md +++ b/specification/logs/api.md @@ -25,6 +25,12 @@ +Note: this document defines a log *backend* API. The API is not intended to be called +by application developers directly. It is provided for logging library authors +to build [Appenders](#how-to-create-log4j-style-appender), which use +this API to bridge between existing logging libraries and the OpenTelemetry log +data model. + The Logs API consist of these main classes: * LoggerProvider is the entry point of the API. It provides access to Loggers.