@@ -2361,12 +2361,16 @@ msgid ""
2361
2361
"Logs a message with level :const:`ERROR` on the root logger. The arguments "
2362
2362
"and behavior are otherwise the same as for :func:`debug`."
2363
2363
msgstr ""
2364
+ "ルートロガーに対してログレベル :const:`ERROR` でメッセージを記録します。引数"
2365
+ "と振る舞いは、ログレベルを除けば :func:`debug` と同じです。"
2364
2366
2365
2367
#: ../../library/logging.rst:1232
2366
2368
msgid ""
2367
2369
"Logs a message with level :const:`CRITICAL` on the root logger. The "
2368
2370
"arguments and behavior are otherwise the same as for :func:`debug`."
2369
2371
msgstr ""
2372
+ "ルートロガーに対してログレベル :const:`CRITICAL` でメッセージを記録します。引"
2373
+ "数と振る舞いは、ログレベルを除けば :func:`debug` と同じです。 "
2370
2374
2371
2375
#: ../../library/logging.rst:1238
2372
2376
msgid ""
@@ -2375,12 +2379,17 @@ msgid ""
2375
2379
"added to the logging message. This function should only be called from an "
2376
2380
"exception handler."
2377
2381
msgstr ""
2382
+ "ルートロガーに対してログレベル :const:`ERROR` でメッセージを記録します。引数"
2383
+ "と振る舞いは、ログレベルを除けば :func:`debug` と同じです。例外情報がログメッ"
2384
+ "セージに追加されます。この関数は例外ハンドラからのみ呼び出されるべきです。"
2378
2385
2379
2386
#: ../../library/logging.rst:1244
2380
2387
msgid ""
2381
2388
"Logs a message with level *level* on the root logger. The arguments and "
2382
2389
"behavior are otherwise the same as for :func:`debug`."
2383
2390
msgstr ""
2391
+ "ルートロガーに対して *level* で指定したログレベルでメッセージを記録します。引"
2392
+ "数と振る舞いは、ログレベルを除けば :func:`debug` と同じです。"
2384
2393
2385
2394
#: ../../library/logging.rst:1249
2386
2395
msgid ""
@@ -2524,10 +2533,12 @@ msgid ""
2524
2533
"Returns a handler with the specified *name*, or ``None`` if there is no "
2525
2534
"handler with that name."
2526
2535
msgstr ""
2536
+ "*name* に指定した名前のハンドラを返します。指定した名前のハンドラがない場合"
2537
+ "は ``None`` を返します。 "
2527
2538
2528
2539
#: ../../library/logging.rst:1328
2529
2540
msgid "Returns an immutable set of all known handler names."
2530
- msgstr ""
2541
+ msgstr "全ての既知のハンドラ名の、イミュータブルな集合を返します。 "
2531
2542
2532
2543
#: ../../library/logging.rst:1334
2533
2544
msgid ""
@@ -2918,10 +2929,12 @@ msgstr ""
2918
2929
#: ../../library/logging.rst:1512
2919
2930
msgid "Used to see if exceptions during handling should be propagated."
2920
2931
msgstr ""
2932
+ "ログメッセージの処理中に発生した例外を伝播させるかどうかを調べるために使われ"
2933
+ "ます。"
2921
2934
2922
2935
#: ../../library/logging.rst:1514
2923
2936
msgid "Default: ``True``."
2924
- msgstr ""
2937
+ msgstr "デフォルト: ``True``. "
2925
2938
2926
2939
#: ../../library/logging.rst:1516
2927
2940
msgid ""
@@ -2930,6 +2943,10 @@ msgid ""
2930
2943
"care about errors in the logging system, they are more interested in "
2931
2944
"application errors."
2932
2945
msgstr ""
2946
+ ":data:`raiseExceptions` が ``False`` の場合、発生した例外は静かに無視されま"
2947
+ "す。これはほとんどのログシステムにおいて望ましい動作です - ほとんどのユーザー"
2948
+ "はログシステムのエラーには興味がなく、アプリケーションのエラーにより強い関心"
2949
+ "を持つでしょう。"
2933
2950
2934
2951
#: ../../library/logging.rst:1523
2935
2952
msgid "Integration with the warnings module"
0 commit comments