Method: OpenC3::LogWriter#start_time

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

#start_timeTime (readonly)

Returns Time that the current log file started.

Returns:

  • (Time)

    Time that the current log file started



55
56
57
# File 'lib/openc3/logs/log_writer.rb', line 55

def start_time
  @start_time
end