@@ -2361,12 +2361,16 @@ msgid ""
23612361"Logs a message with level :const:`ERROR` on the root logger. The arguments "
23622362"and behavior are otherwise the same as for :func:`debug`."
23632363msgstr ""
2364+ "ルートロガーに対してログレベル :const:`ERROR` でメッセージを記録します。引数"
2365+ "と振る舞いは、ログレベルを除けば :func:`debug` と同じです。"
23642366
23652367#: ../../library/logging.rst:1232
23662368msgid ""
23672369"Logs a message with level :const:`CRITICAL` on the root logger. The "
23682370"arguments and behavior are otherwise the same as for :func:`debug`."
23692371msgstr ""
2372+ "ルートロガーに対してログレベル :const:`CRITICAL` でメッセージを記録します。引"
2373+ "数と振る舞いは、ログレベルを除けば :func:`debug` と同じです。 "
23702374
23712375#: ../../library/logging.rst:1238
23722376msgid ""
@@ -2375,12 +2379,17 @@ msgid ""
23752379"added to the logging message. This function should only be called from an "
23762380"exception handler."
23772381msgstr ""
2382+ "ルートロガーに対してログレベル :const:`ERROR` でメッセージを記録します。引数"
2383+ "と振る舞いは、ログレベルを除けば :func:`debug` と同じです。例外情報がログメッ"
2384+ "セージに追加されます。この関数は例外ハンドラからのみ呼び出されるべきです。"
23782385
23792386#: ../../library/logging.rst:1244
23802387msgid ""
23812388"Logs a message with level *level* on the root logger. The arguments and "
23822389"behavior are otherwise the same as for :func:`debug`."
23832390msgstr ""
2391+ "ルートロガーに対して *level* で指定したログレベルでメッセージを記録します。引"
2392+ "数と振る舞いは、ログレベルを除けば :func:`debug` と同じです。"
23842393
23852394#: ../../library/logging.rst:1249
23862395msgid ""
@@ -2524,10 +2533,12 @@ msgid ""
25242533"Returns a handler with the specified *name*, or ``None`` if there is no "
25252534"handler with that name."
25262535msgstr ""
2536+ "*name* に指定した名前のハンドラを返します。指定した名前のハンドラがない場合"
2537+ "は ``None`` を返します。 "
25272538
25282539#: ../../library/logging.rst:1328
25292540msgid "Returns an immutable set of all known handler names."
2530- msgstr ""
2541+ msgstr "全ての既知のハンドラ名の、イミュータブルな集合を返します。 "
25312542
25322543#: ../../library/logging.rst:1334
25332544msgid ""
@@ -2918,10 +2929,12 @@ msgstr ""
29182929#: ../../library/logging.rst:1512
29192930msgid "Used to see if exceptions during handling should be propagated."
29202931msgstr ""
2932+ "ログメッセージの処理中に発生した例外を伝播させるかどうかを調べるために使われ"
2933+ "ます。"
29212934
29222935#: ../../library/logging.rst:1514
29232936msgid "Default: ``True``."
2924- msgstr ""
2937+ msgstr "デフォルト: ``True``. "
29252938
29262939#: ../../library/logging.rst:1516
29272940msgid ""
@@ -2930,6 +2943,10 @@ msgid ""
29302943"care about errors in the logging system, they are more interested in "
29312944"application errors."
29322945msgstr ""
2946+ ":data:`raiseExceptions` が ``False`` の場合、発生した例外は静かに無視されま"
2947+ "す。これはほとんどのログシステムにおいて望ましい動作です - ほとんどのユーザー"
2948+ "はログシステムのエラーには興味がなく、アプリケーションのエラーにより強い関心"
2949+ "を持つでしょう。"
29332950
29342951#: ../../library/logging.rst:1523
29352952msgid "Integration with the warnings module"
0 commit comments