Method: OpenC3::StreamLogPair#start
- Defined in:
- lib/openc3/logs/stream_log_pair.rb
#start ⇒ Object
Start stream logs
44 45 46 47 |
# File 'lib/openc3/logs/stream_log_pair.rb', line 44 def start @read_log.start @write_log.start end |