Method: OpenC3::StreamLogPair#stop

Defined in:
lib/openc3/logs/stream_log_pair.rb

#stopObject

Close any open stream log files



50
51
52
53
# File 'lib/openc3/logs/stream_log_pair.rb', line 50

def stop
  @read_log.stop
  @write_log.stop
end