Skip to content

Commit

Permalink
Update __init__.py (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored and sandy2008 committed Aug 11, 2024
1 parent e6e2948 commit ae30e9d
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 ae30e9d

Please sign in to comment.