Skip to content

Commit

Permalink
Merge branch 'main' into issue_3887
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 2, 2024
2 parents 4cd9e2a + 507f769 commit e8773c1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"""
The OpenTelemetry logging API describes the classes used to generate logs and events.
The :class:`.LoggerProvider` provides users access to the :class:`.Logger` which in
turn is used to create :class:`.Event` and :class:`.Log` objects.
The :class:`.LoggerProvider` provides users access to the :class:`.Logger`.
This module provides abstract (i.e. unimplemented) classes required for
logging, and a concrete no-op implementation :class:`.NoOpLogger` that allows applications
Expand Down

0 comments on commit e8773c1

Please sign in to comment.