Method: OpenC3::Interface#stop_raw_logging
- Defined in:
- lib/openc3/interfaces/interface.rb
#stop_raw_logging ⇒ Object
Stop raw logging for this interface
374 375 376 |
# File 'lib/openc3/interfaces/interface.rb', line 374 def stop_raw_logging @raw_logger_pair.stop if @raw_logger_pair end |