class ApciLogDevice

Write the correct header for the csv log

Private Instance Methods

add_log_header(file) click to toggle source
# File lib/allplayers_imports.rb, line 84
def add_log_header(file)
    file.write(
      "\"Severity\",\"Date\",\"Severity (Full)\",\"Row\",\"Info\"\n"
  )
end