Skip to content

翻譯#: ../../library/logging.rst:21 #597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion library/logging.po
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ msgstr ":ref:`進階教學 <logging-advanced-tutorial>`"

#: ../../library/logging.rst:21
msgid ":ref:`Logging Cookbook <logging-cookbook>`"
msgstr ""
msgstr ":ref:`日誌記錄手冊 <logging-cookbook>`"

#: ../../library/logging.rst:25
msgid ""
Expand All @@ -58,6 +58,10 @@ msgid ""
"application log can include your own messages integrated with messages from "
"third-party modules."
msgstr ""
"由標準函式庫模組提供的日誌記錄 API 的主要好處是,"
"所有的 Python 模組都能參與日誌記錄,"
"因此您的應用程式日誌可以包含您自己的訊息,"
"並與來自第三方模組的訊息整合在一起。"

#: ../../library/logging.rst:33
msgid "The simplest example:"
Expand Down