[issue21980] Implement `logging.LogRecord.__repr__`

2015-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 390ffd39631b by Vinay Sajip in branch 'default': Closes #21980: Added a __repr__ for LogRecord. https://hg.python.org/cpython/rev/390ffd39631b -- nosy: +python-dev resolution: - fixed stage: - resolved status: open - closed

[issue21980] Implement `logging.LogRecord.__repr__`

2014-07-14 Thread Ram Rachum
Changes by Ram Rachum r...@rachum.com: -- components: Library (Lib) nosy: cool-RR priority: normal severity: normal status: open title: Implement `logging.LogRecord.__repr__` type: enhancement versions: Python 3.5 ___ Python tracker

[issue21980] Implement `logging.LogRecord.__repr__`

2014-07-14 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21980 ___ ___

[issue21980] Implement `logging.LogRecord.__repr__`

2014-07-14 Thread Vinay Sajip
New submission from Vinay Sajip: LogRecord has a lot of attributes. You can normally show what you want using a Formatter. I could implement something that just shows name and levelName. How does that sound? -- ___ Python tracker

[issue21980] Implement `logging.LogRecord.__repr__`

2014-07-14 Thread Ram Rachum
Ram Rachum added the comment: Sounds good. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21980 ___ ___ Python-bugs-list mailing list