Method: OpenC3::SimulatedTargetInterface#stream_log_pair=
- Defined in:
- lib/openc3/interfaces/simulated_target_interface.rb
#stream_log_pair=(_stream_log_pair) ⇒ Object
Raise an error because raw logging is not supported for this interface
151 152 153 |
# File 'lib/openc3/interfaces/simulated_target_interface.rb', line 151 def stream_log_pair=(_stream_log_pair) raise "Raw logging not supported for SimulatedTargetInterface" end |