RTC Toolkit  2.0.0
Public Member Functions | Static Public Attributes | List of all members
comms.logs.RtcLogs Class Reference

RtcLogs acts as an interface for accessing logs locations. More...

Inheritance diagram for comms.logs.RtcLogs:
comms.logs.RtcLogsLocalImpl

Public Member Functions

def __init__ (self, parent=None)
 
str get_logs_uri (self, str component)
 Returns the URI of the logs for a specific component. More...
 

Static Public Attributes

 failure_detected = Signal([str], [str, object])
 Signal that indicates a failure was detected while obtained deployment data. More...
 

Detailed Description

RtcLogs acts as an interface for accessing logs locations.

Constructor & Destructor Documentation

◆ __init__()

def comms.logs.RtcLogs.__init__ (   self,
  parent = None 
)

Member Function Documentation

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

Member Data Documentation

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