@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/logging.handlers.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!logging.handlers` --- Logging handlers"
22
- msgstr ":mod:`logging.handlers` --- 로깅 처리기"
21
+ msgstr ":mod:`! logging.handlers` --- 로깅 처리기"
23
22
24
23
#: ../../library/logging.handlers.rst:10
25
24
msgid "**Source code:** :source:`Lib/logging/handlers.py`"
@@ -118,9 +117,8 @@ msgid "Returns"
118
117
msgstr "반환"
119
118
120
119
#: ../../library/logging.handlers.rst:69
121
- #, fuzzy
122
120
msgid "the old stream, if the stream was changed, or ``None`` if it wasn't."
123
- msgstr "스트림이 변경되면 이전 스트림, 그렇지 않으면 * None* ."
121
+ msgstr "스트림이 변경되면 이전 스트림, 그렇지 않으면 `` None`` ."
124
122
125
123
#: ../../library/logging.handlers.rst:75
126
124
msgid ""
@@ -152,7 +150,6 @@ msgstr ""
152
150
":class:`StreamHandler` 에서 출력 기능을 상속받습니다."
153
151
154
152
#: ../../library/logging.handlers.rst:98
155
- #, fuzzy
156
153
msgid ""
157
154
"Returns a new instance of the :class:`FileHandler` class. The specified "
158
155
"file is opened and used as the stream for logging. If *mode* is not "
@@ -163,10 +160,10 @@ msgid ""
163
160
"encoding errors are handled."
164
161
msgstr ""
165
162
":class:`FileHandler` 클래스의 새로운 인스턴스를 반환합니다. 지정된 파일이 열리고 로깅을 위한 스트림으로 "
166
- "사용됩니다. *mode* 가 지정되지 않으면, :const:` 'a'` 가 사용됩니다. *encoding* 이 ``None`` 이 "
167
- "아니면, *encoding*\\ 을 사용하여 파일을 엽니다. *delay* 가 참이면, 파일 열기는 :meth:`emit`\\ 의 첫 "
168
- "번째 호출이 있을 때까지 연기됩니다. 기본적으로, 파일은 제한 없이 커집니다. *errors*\\ 가 지정되면, 인코딩 에러 처리 "
169
- "방법을 결정합니다."
163
+ "사용됩니다. *mode* 가 지정되지 않으면, `` 'a'`` 가 사용됩니다. *encoding* 이 ``None`` 이 아니면, "
164
+ "*encoding*\\ 을 사용하여 파일을 엽니다. *delay* 가 참이면, 파일 열기는 :meth:`emit`\\ 의 첫 번째 "
165
+ "호출이 있을 때까지 연기됩니다. 기본적으로, 파일은 제한 없이 커집니다. *errors*\\ 가 지정되면, 인코딩 에러 처리 방법을 "
166
+ "결정합니다."
170
167
171
168
#: ../../library/logging.handlers.rst:105
172
169
#: ../../library/logging.handlers.rst:190
@@ -273,7 +270,6 @@ msgstr ""
273
270
"지원되지 않습니다; :func:`~os.stat`\\ 는 항상 이 값에 대해 0을 반환합니다."
274
271
275
272
#: ../../library/logging.handlers.rst:183
276
- #, fuzzy
277
273
msgid ""
278
274
"Returns a new instance of the :class:`WatchedFileHandler` class. The "
279
275
"specified file is opened and used as the stream for logging. If *mode* is"
@@ -284,10 +280,10 @@ msgid ""
284
280
"encoding errors are handled."
285
281
msgstr ""
286
282
":class:`FileHandler` 클래스의 새로운 인스턴스를 반환합니다. 지정된 파일이 열리고 로깅을 위한 스트림으로 "
287
- "사용됩니다. *mode* 가 지정되지 않으면, :const:` 'a'` 가 사용됩니다. *encoding* 이 ``None`` 이 "
288
- "아니면, *encoding*\\ 을 사용하여 파일을 엽니다. *delay* 가 참이면, 파일 열기는 :meth:`emit`\\ 의 첫 "
289
- "번째 호출이 있을 때까지 연기됩니다. 기본적으로, 파일은 제한 없이 커집니다. *errors*\\ 가 제공되면, 인코딩 에러 처리 "
290
- "방법을 결정합니다."
283
+ "사용됩니다. *mode* 가 지정되지 않으면, `` 'a'`` 가 사용됩니다. *encoding* 이 ``None`` 이 아니면, "
284
+ "*encoding*\\ 을 사용하여 파일을 엽니다. *delay* 가 참이면, 파일 열기는 :meth:`emit`\\ 의 첫 번째 "
285
+ "호출이 있을 때까지 연기됩니다. 기본적으로, 파일은 제한 없이 커집니다. *errors*\\ 가 제공되면, 인코딩 에러 처리 방법을 "
286
+ "결정합니다."
291
287
292
288
#: ../../library/logging.handlers.rst:199
293
289
msgid ""
@@ -798,6 +794,9 @@ msgid ""
798
794
"datalen = struct.pack('>L', len(data))\n"
799
795
"return datalen + data"
800
796
msgstr ""
797
+ "data = pickle.dumps(record_attr_dict, 1)\n"
798
+ "datalen = struct.pack('>L', len(data))\n"
799
+ "return datalen + data"
801
800
802
801
#: ../../library/logging.handlers.rst:521
803
802
msgid ""
@@ -1478,9 +1477,8 @@ msgid ""
1478
1477
msgstr "*timeout* 인자를 사용하여 SMTP 서버와의 통신에 시간제한을 지정할 수 있습니다."
1479
1478
1480
1479
#: ../../library/logging.handlers.rst:874
1481
- #, fuzzy
1482
1480
msgid "Added the *timeout* parameter."
1483
- msgstr "*timeout* 인자가 추가되었습니다."
1481
+ msgstr "*timeout* 매개 변수가 추가되었습니다."
1484
1482
1485
1483
#: ../../library/logging.handlers.rst:879
1486
1484
msgid "Formats the record and sends it to the specified addressees."
@@ -1578,15 +1576,14 @@ msgid "Calls :meth:`flush`, sets the target to ``None`` and clears the buffer."
1578
1576
msgstr ":meth:`flush`\\ 를 호출하고, 대상(target)을 ``None``\\ 으로 설정하고, 버퍼를 비웁니다."
1579
1577
1580
1578
#: ../../library/logging.handlers.rst:952
1581
- #, fuzzy
1582
1579
msgid ""
1583
1580
"For a :class:`MemoryHandler` instance, flushing means just sending the "
1584
1581
"buffered records to the target, if there is one. The buffer is also "
1585
1582
"cleared when buffered records are sent to the target. Override if you "
1586
1583
"want different behavior."
1587
1584
msgstr ""
1588
- ":class:`MemoryHandler`\\ 의 경우, 플러시는 버퍼링 된 레코드가 있다면 대상으로 보내는 것을 뜻합니다. 이때 "
1589
- "버퍼도 지워집니다. 다른 행동을 원하면 재정의하십시오."
1585
+ ":class:`MemoryHandler` 인스턴스의 경우, 플러시는 버퍼링 된 레코드가 있다면 대상으로 보내는 것을 뜻합니다. "
1586
+ "버퍼링된 레코드가 대상에 전송될 때 버퍼도 지워집니다. 다른 행동을 원하면 재정의하십시오."
1590
1587
1591
1588
#: ../../library/logging.handlers.rst:959
1592
1589
msgid "Sets the target handler for this handler."
@@ -1601,7 +1598,6 @@ msgid "HTTPHandler"
1601
1598
msgstr "HTTPHandler"
1602
1599
1603
1600
#: ../../library/logging.handlers.rst:972
1604
- #, fuzzy
1605
1601
msgid ""
1606
1602
"The :class:`HTTPHandler` class, located in the :mod:`logging.handlers` "
1607
1603
"module, supports sending logging messages to a web server, using either "
@@ -1648,7 +1644,6 @@ msgstr ""
1648
1644
"사용자 정의가 필요한 경우입니다."
1649
1645
1650
1646
#: ../../library/logging.handlers.rst:1003
1651
- #, fuzzy
1652
1647
msgid ""
1653
1648
"Sends the record to the web server as a URL-encoded dictionary. The "
1654
1649
":meth:`mapLogRecord` method is used to convert the record to the "
@@ -1658,7 +1653,6 @@ msgstr ""
1658
1653
"변환하는 데 사용됩니다."
1659
1654
1660
1655
#: ../../library/logging.handlers.rst:1007
1661
- #, fuzzy
1662
1656
msgid ""
1663
1657
"Since preparing a record for sending it to a web server is not the same "
1664
1658
"as a generic formatting operation, using "
@@ -1689,7 +1683,6 @@ msgstr ""
1689
1683
" :mod:`multiprocessing` 모듈에 구현된 것과 같은 큐에 로깅 메시지를 보내는 것을 지원합니다."
1690
1684
1691
1685
#: ../../library/logging.handlers.rst:1028
1692
- #, fuzzy
1693
1686
msgid ""
1694
1687
"Along with the :class:`QueueListener` class, :class:`QueueHandler` can be"
1695
1688
" used to let handlers do their work on a separate thread from the one "
@@ -1727,7 +1720,6 @@ msgid ""
1727
1720
msgstr ""
1728
1721
1729
1722
#: ../../library/logging.handlers.rst:1049
1730
- #, fuzzy
1731
1723
msgid ""
1732
1724
"Enqueues the result of preparing the LogRecord. Should an exception occur"
1733
1725
" (e.g. because a bounded queue has filled up), the "
@@ -1738,8 +1730,8 @@ msgid ""
1738
1730
msgstr ""
1739
1731
"LogRecord를 준비한 결과를 큐에 넣습니다. 예외가 발생하면 (예를 들어, 유한(bounded) 큐가 다 차서), "
1740
1732
":meth:`~logging.Handler.handleError` 메서드가 호출되어 에러를 처리합니다. 이로 인해 레코드가 조용히 "
1741
- "버려지거나 (:attr :`logging.raiseExceptions`\\ 가 ``False`` 인 경우), 메시지가 "
1742
- "``sys.stderr``\\ 에 인쇄됩니다 (:attr :`logging.raiseExceptions`\\ 가 ``True`` 인 "
1733
+ "버려지거나 (:data :`logging.raiseExceptions`\\ 가 ``False`` 인 경우), 메시지가 "
1734
+ "``sys.stderr``\\ 에 인쇄됩니다 (:data :`logging.raiseExceptions`\\ 가 ``True`` 인 "
1743
1735
"경우)."
1744
1736
1745
1737
#: ../../library/logging.handlers.rst:1058
@@ -1820,7 +1812,6 @@ msgstr ""
1820
1812
"자체는 처리기가 아니지만, :class:`QueueHandler` 와 함께 사용되기 때문에 여기에 설명되어 있습니다."
1821
1813
1822
1814
#: ../../library/logging.handlers.rst:1116
1823
- #, fuzzy
1824
1815
msgid ""
1825
1816
"Along with the :class:`QueueHandler` class, :class:`QueueListener` can be"
1826
1817
" used to let handlers do their work on a separate thread from the one "
0 commit comments