|
| None | __init__ (self, Optional[TextIO] stream, bool no_color) |
| |
| None | emit (self, logging.LogRecord record) |
| |
| None | handleError (self, logging.LogRecord record) |
| |
Public Member Functions inherited from pip._vendor.rich.logging.RichHandler |
| Text | get_level_text (self, LogRecord record) |
| |
| "ConsoleRenderable" | render_message (self, LogRecord record, str message) |
| |
| "ConsoleRenderable" | render (self, *LogRecord record, Optional[Traceback] traceback, "ConsoleRenderable" message_renderable) |
| |
|
Public Attributes inherited from pip._vendor.rich.logging.RichHandler |
|
| console |
| |
|
| highlighter |
| |
|
| enable_link_path |
| |
|
| markup |
| |
|
| rich_tracebacks |
| |
|
| tracebacks_width |
| |
|
| tracebacks_extra_lines |
| |
|
| tracebacks_theme |
| |
|
| tracebacks_word_wrap |
| |
|
| tracebacks_show_locals |
| |
|
| tracebacks_suppress |
| |
|
| locals_max_length |
| |
|
| locals_max_string |
| |
|
| keywords |
| |
Protected Attributes inherited from pip._vendor.rich.logging.RichHandler |
|
| _log_render |
| |
◆ __init__()
| None pip._internal.utils.logging.RichPipStreamHandler.__init__ |
( |
|
self, |
|
|
Optional[TextIO] |
stream, |
|
|
bool |
no_color |
|
) |
| |
◆ emit()
| None pip._internal.utils.logging.RichPipStreamHandler.emit |
( |
|
self, |
|
|
logging.LogRecord |
record |
|
) |
| |
◆ handleError()
| None pip._internal.utils.logging.RichPipStreamHandler.handleError |
( |
|
self, |
|
|
logging.LogRecord |
record |
|
) |
| |
Called when logging is unable to log some output.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py