getCSVHeader static method
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';
}
Provides the CSV header for log messages.
Returns: A string containing the column names for a CSV file.
static String getCSVHeader() {
return 'timeStamp,level,category,message,environment,timeLine';
}