RtcLogs acts as an interface for accessing logs locations.
More...
|
| failure_detected = Signal([str], [str, object]) |
| Signal that indicates a failure was detected while obtained deployment data. More...
|
|
RtcLogs acts as an interface for accessing logs locations.
◆ __init__()
def comms.logs.RtcLogs.__init__ |
( |
|
self, |
|
|
|
parent = None |
|
) |
| |
◆ get_logs_uri()
str comms.logs.RtcLogs.get_logs_uri |
( |
|
self, |
|
|
str |
component |
|
) |
| |
Returns the URI of the logs for a specific component.
- Note
- This method is virtual. Needs to be implemented in a derived class. :raises NotImplementedError: This class needs to be realized.
Reimplemented in comms.logs.RtcLogsLocalImpl.
◆ failure_detected
comms.logs.RtcLogs.failure_detected = Signal([str], [str, object]) |
|
static |
Signal that indicates a failure was detected while obtained deployment data.
The documentation for this class was generated from the following file:
- reusableComponents/ctrlMonTool/src/rtctk/reusableComponents/ctrlmontool/comms/logs.py