Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
pip._internal.utils.logging.RichPipStreamHandler Class Reference
Inheritance diagram for pip._internal.utils.logging.RichPipStreamHandler:
Inheritance graph
[legend]
Collaboration diagram for pip._internal.utils.logging.RichPipStreamHandler:
Collaboration graph
[legend]

Public Member Functions

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)
 

Static Public Attributes

list KEYWORDS = []
 
- Static Public Attributes inherited from pip._vendor.rich.logging.RichHandler
list KEYWORDS
 
ClassVar HIGHLIGHTER_CLASS = ReprHighlighter
 

Additional Inherited Members

- 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
 

Constructor & Destructor Documentation

◆ __init__()

None pip._internal.utils.logging.RichPipStreamHandler.__init__ (   self,
Optional[TextIO]  stream,
bool  no_color 
)

Member Function Documentation

◆ emit()

None pip._internal.utils.logging.RichPipStreamHandler.emit (   self,
logging.LogRecord  record 
)
Invoked by logging.

Reimplemented from pip._vendor.rich.logging.RichHandler.

◆ 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: