getCSVHeader static method

String getCSVHeader()

Provides the CSV header for log messages.

Returns: A string containing the column names for a CSV file.

Implementation

static String getCSVHeader() {
  return 'timeStamp,level,category,message,environment,timeLine';
}