Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Reiley Yang <reyang@microsoft.com>
  • Loading branch information
3 people committed Sep 26, 2024
1 parent 452f61b commit 4ab9a0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/logs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## Overview

This document defines a log *backend* API.
This document defines a log API.

The API serves following use cases.

Expand All @@ -42,10 +42,10 @@ OpenTelemetry log data model.
It is provided for application developers to emit structured log records
(e.g. custom events).

Languges MAY provide a separate Logs Bridge API if they need different
Languages MAY provide a separate Logs Bridge API if they need different
ergonomics for consumers that are building log appenders/bridges.

The Logs API consist of these main components:
The Logs API consists of these main components:

* [LoggerProvider](#loggerprovider) is the entry point of the API. It provides access to `Logger`s.
* [Logger](#logger) is responsible for emitting logs as
Expand Down

0 comments on commit 4ab9a0a

Please sign in to comment.