Skip to content

Commit

Permalink
Update __init__.py (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Jul 2, 2024
1 parent 6c3b703 commit 507f769
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 507f769

Please sign in to comment.