Method: OpenC3::SimulatedTargetInterface#raw_logger_pair=

Defined in:
lib/openc3/interfaces/simulated_target_interface.rb

#raw_logger_pair=(raw_logger_pair) ⇒ Object

Raise an error because raw logging is not supported for this interface



145
146
147
# File 'lib/openc3/interfaces/simulated_target_interface.rb', line 145

def raw_logger_pair=(raw_logger_pair)
  raise "Raw logging not supported for SimulatedTargetInterface"
end