summaryrefslogtreecommitdiff
path: root/Doc/library/logging.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)Dong-hee Na2018-07-071-8/+7
|
* versionadded -> versionchanged for all 'X parameter was added' for ↵Sergey Fedoseev2018-07-051-3/+3
| | | | | | uniformity. (GH8114) Per the recommendation in our Developer's Guide: https://devguide.python.org/documenting/#paragraph-level-markup
* bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)Andrés Delfino2018-06-251-19/+22
| | | | Adds references to info about file modes, `time.strftime()`, string formatting syntaxes, and logging levels.
* bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)Dong-hee Na2018-06-251-1/+10
|
* bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)Vinay Sajip2018-06-051-16/+34
|
* bpo-33400: Removed references to RFC3339 and ISO8601 from the logging ↵Vinay Sajip2018-06-011-7/+8
| | | | documentation. (GH-7297)
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
| | | | 85% of them are already links.
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO ↵Vinay Sajip2018-05-041-5/+6
| | | | 8601. (GH-6702)
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-4/+12
|
* Fix typo in logging doc: picked -> pickled (GH-5942)James Walker2018-02-281-1/+1
|
* bpo-32212: Updated logging documentation to make parameter names more ↵Vinay Sajip2017-12-091-20/+21
| | | | consistent with source. (GH-4765)
* Fixed sorting order of the LogRecord attributes in the documentation. (GH-4133)Arthur Darcet2017-10-271-4/+4
|
* bpo-30862: Updated Logger.setLevel documentation. (GH-2604)Vinay Sajip2017-07-061-4/+8
|
* bpo-30520: Implemented pickling for loggers. (#1956)Vinay Sajip2017-06-061-0/+2
| | | Implemented pickling for loggers.
* Indented Handler sections for improved clarity. (#1554)Vinay Sajip2017-05-121-66/+67
| | | Indented parts of the Handler class documentation for improved presentation, analogous to a recent similar change for the Logger class.
* Closes bpo-30168: indent methods in Logger Class (#1295)Jim Fasarakis-Hilliard2017-05-071-170/+169
|
* Closes #28524: added default level for logging.disable().Vinay Sajip2016-12-311-1/+9
|
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-1/+1
|
* Issue #19795: Fixed formatting a table.Serhiy Storchaka2016-10-191-1/+1
|
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-1/+1
|
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-1/+1
|
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
|
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-4/+1
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-1/+1
| | | | to SilentGhost for the patch.
* Issue #25508: Merged documentation fix from 3.4.Vinay Sajip2015-11-241-1/+3
|\
| * Issue #25508: Clarify documentation on LogRecord args attribute.Vinay Sajip2015-11-241-1/+3
| |
* | Closes #24060: Merged documentation update from 3.4.Vinay Sajip2015-05-021-1/+3
|\ \ | |/
| * Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3
| |
* | Closes #22436: Merged documentation update from 3.4.Vinay Sajip2014-09-181-2/+11
|\ \ | |/
| * Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-2/+11
| |
* | Closes #20537: logging methods now accept an exception instance as well as a ↵Vinay Sajip2014-09-141-4/+9
|/ | | | Boolean value or exception tuple. Thanks to Yury Selivanov for the patch.
* Issue #22386: fixed regression.Vinay Sajip2014-09-111-2/+2
|
* Issue #21752: Documented change to behaviour of logging.getLevelName().Vinay Sajip2014-06-141-0/+5
|
* Issue #21245: updated documentation on exception() method and function.Vinay Sajip2014-04-151-2/+2
|
* Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-151-1/+2
|
* Clarified documentation note on module-level convenience functions.Vinay Sajip2014-01-151-8/+9
|
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|
* Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
|
* Issue #19789: Clarified documentation for logging.disable.Vinay Sajip2013-11-301-2/+4
|
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-3/+3
|
* Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-2/+2
|
* Corrected some incorrect cross-references.Vinay Sajip2013-10-311-7/+8
|
* Issue #18933: Added links to source code.Vinay Sajip2013-09-051-0/+4
|
* Closes #4159: add LaTeX tabular column specifications to tables that ↵Georg Brandl2013-03-281-0/+2
| | | | otherwise are cut off or have overlapping text.
* Issue #17007: Merged minor changes from 3.2.Vinay Sajip2013-01-211-8/+8
|\
| * Issue #17007: Made minor changes to documentation wording.Vinay Sajip2013-01-211-8/+8
| |
* | Issue #17007: Merged doc update from 3.2.Vinay Sajip2013-01-211-12/+29
|\ \ | |/
| * Issue #17007: Improved logging documentation based on suggestions in the issue.Vinay Sajip2013-01-211-12/+29
| |
* | Issue #16884: Merged doc fix from 3.2.Vinay Sajip2013-01-081-2/+2
|\ \ | |/
| * Issue #16884: Updated docs to use 'note' directives in a couple of places ↵Vinay Sajip2013-01-081-2/+2
| | | | | | | | missed earlier.