File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1011,6 +1011,11 @@ the options available to you.
10111011| exc_info | You shouldn't need to | Exception tuple (à la ``sys.exc_info ``) or, |
10121012| | format this yourself. | if no exception has occurred, ``None ``. |
10131013+----------------+-------------------------+-----------------------------------------------+
1014+ | exc_text | You shouldn't need to | Cached formatted exception information. This |
1015+ | | format this yourself. | is set when :meth: `Formatter.formatException ` |
1016+ | | | is called, or ``None `` if no exception has |
1017+ | | | occurred. |
1018+ +----------------+-------------------------+-----------------------------------------------+
10141019| filename | ``%(filename)s `` | Filename portion of ``pathname ``. |
10151020+----------------+-------------------------+-----------------------------------------------+
10161021| funcName | ``%(funcName)s `` | Name of function containing the logging call. |
You can’t perform that action at this time.
0 commit comments