Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c47238 commit 58d7f39Copy full SHA for 58d7f39
1 file changed
library/logging.handlers.po
@@ -1230,6 +1230,12 @@ msgid ""
1230
"want to use in the event log). The *logtype* is one of ``'Application'``, "
1231
"``'System'`` or ``'Security'``, and defaults to ``'Application'``."
1232
msgstr ""
1233
+"返回一个 :class:`NTEventLogHandler` 类的新实例。 *appname* 用来定义出现在事件日志中的应用名称。 "
1234
+"将使用此名称创建适当的注册表条目。 *dllname* 应当给出要包含在日志中的消息定义的 .dll 或 .exe 的完整限定路径名称(如未指定则会使用"
1235
+" ``'win32service.pyd'`` —— 此文件随 Win32 扩展安装且包含一些基本的消息定义占位符。 "
1236
+"请注意使用这些占位符将使你的事件日志变得很大,因为整个消息源都会被放入日志。 "
1237
+"如果你希望有较小的日志,你必须自行传入包含你想要在事件日志中使用的消息定义的 .dll 或 .exe 名称)。 *logtype* 为 "
1238
+"``'Application'``, ``'System'`` 或 ``'Security'`` 之一,且默认值为 ``'Application'``。"
1239
1240
#: ../../library/logging.handlers.rst:745
1241
msgid ""
0 commit comments