Commit graph

128 commits

Author SHA1 Message Date
Vinay Sajip
21b30827bc Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. 2013-01-08 11:25:42 +00:00
Vinay Sajip
e50f4d2220 Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. 2013-01-07 14:16:52 +00:00
Vinay Sajip
3be7a8bbcf Issue #15399: Added versionchanged for processName. 2012-07-20 09:50:18 +01:00
Vinay Sajip
69d8493899 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. 2012-05-20 15:36:17 +01:00
Vinay Sajip
074faff925 Updated logging reference and HOWTO. 2012-04-10 19:59:50 +01:00
Jason R. Coombs
30b8e5461d Use PEP-8 style in logging example 2012-03-07 10:26:08 -05:00
Éric Araujo
a6091998af Use const markup instead of a misleading string literal 2012-02-26 02:13:30 +01:00
Vinay Sajip
fee358b0df logging: clarified documentation for Handler.handleError. 2012-02-20 18:35:26 +00:00
Gregory P. Smith
c1f079f317 Mention the additional way to use the lvl parameter and when it changed. 2012-01-14 12:46:17 -08:00
Benjamin Peterson
79ed84c7f2 use booleans 2011-12-30 13:47:25 -06:00
Vinay Sajip
287f24691d Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. 2011-11-23 08:54:22 +00:00
Éric Araujo
a083823a85 Avoid relying on the default reST role in logging library doc 2011-11-03 04:35:20 +01:00
Vinay Sajip
cdc751720e Updated Formatter.formatTime documentation. 2011-06-12 11:44:28 +01:00
Vinay Sajip
0aaa9e1d7b Issue #12206: documentation for LogRecord constructor updated re. the level argument. 2011-06-11 23:03:37 +01:00
Vinay Sajip
77f8d2962c Normalised whitespace. 2011-04-08 01:34:20 +01:00
Vinay Sajip
c46102c98a Updated Formatter documentation. 2011-04-08 01:30:51 +01:00
Vinay Sajip
01094e1fe4 Logging documentation updates. 2010-12-19 13:41:26 +00:00
Vinay Sajip
c63619bcf2 Logging documentation reorganised. 2010-12-19 12:56:57 +00:00
Vinay Sajip
7504302875 Logging documentation update. 2010-12-19 06:02:31 +00:00
Vinay Sajip
9a6b400a59 Logging documentation update. 2010-12-14 19:40:21 +00:00
Vinay Sajip
fd94b173ce Logging documentation update. 2010-12-13 18:49:08 +00:00
Vinay Sajip
7292b884bd Logging documentation update. 2010-12-13 18:43:57 +00:00
Vinay Sajip
9466fe88a7 Logging documentatio update. 2010-12-13 08:54:02 +00:00
Vinay Sajip
1d5d6856e2 Logging documentation - further update. 2010-12-12 22:47:13 +00:00
Vinay Sajip
97b886dc8c Logging documentation - further update. 2010-12-12 22:45:35 +00:00
Vinay Sajip
36675b6a0f Logging documentation - further update. 2010-12-12 22:30:17 +00:00
Vinay Sajip
f234eb9c32 Logging documentation - further update. 2010-12-12 17:37:27 +00:00
Vinay Sajip
0e65cf0b6a Logging documentation - further update. 2010-12-12 13:49:39 +00:00
Vinay Sajip
5286ccfdf8 Logging documentation - further update. 2010-12-12 13:25:29 +00:00
Vinay Sajip
a18b959473 Logging documentation update. 2010-12-12 13:20:55 +00:00
Vinay Sajip
dfa0a2abcf Minor documentation tweak. 2010-12-10 08:17:05 +00:00
Georg Brandl
1eb40bc945 Markup consistency fixes. 2010-12-03 15:30:09 +00:00
Vinay Sajip
615615291f logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. 2010-12-03 11:50:38 +00:00
Vinay Sajip
8593ae6451 Logging: added stack_info argument. 2010-11-14 21:33:04 +00:00
Vinay Sajip
c5b273011b Added style argument to logging.basicConfig() and documented this change. 2010-10-31 14:59:16 +00:00
Georg Brandl
5c66bcaa1a Fix markup error and update false positive entries from "make suspicious". 2010-10-29 05:36:28 +00:00
Vinay Sajip
a39c571061 logging: Added style option to Formatter to allow %, {} or himBHformatting. 2010-10-25 13:57:39 +00:00
Vinay Sajip
05ed69590b logging: Improved StreamHandler documentation. 2010-10-20 20:34:09 +00:00
Vinay Sajip
22246fdd9d logging: clarified Filter documentation. 2010-10-20 11:40:02 +00:00
Vinay Sajip
fc082cafa6 logging: Documented usage of callables as filters. 2010-10-19 21:13:49 +00:00
Senthil Kumaran
46a48bef3f Fix `make check` warnings. 2010-10-15 13:10:10 +00:00
Vinay Sajip
76ca3b430c logging: Updated library configuration documentation. 2010-09-27 13:53:47 +00:00
Vinay Sajip
972412d168 Updated SysLogHandler documentation. 2010-09-23 20:31:24 +00:00
Vinay Sajip
5577892ca9 logging: Improved documentation re. blocking handlers. 2010-09-23 09:09:15 +00:00
Vinay Sajip
0637d493e9 logging: added QueueListener and documentation. 2010-09-23 08:15:54 +00:00
Vinay Sajip
0258ce8f0a logging: Added QueueHandler.prepare and updated documentation. 2010-09-22 20:34:53 +00:00
Georg Brandl
6faee4e2ce #9911: doc copyedits. 2010-09-21 14:48:28 +00:00
Vinay Sajip
c84f016988 Added some methods to LoggerAdapter, and updated documentation. 2010-09-21 11:25:39 +00:00
Vinay Sajip
83eadd1488 logging: hasHandlers additions documented. 2010-09-20 10:31:18 +00:00
Vinay Sajip
ac00799d61 Improved Filter documentation. 2010-09-17 12:45:26 +00:00