getActionEndLines static method
The ending lines of an action to be added to the log file
Implementation
static List<String> getActionEndLines() {
return [
"\n-- detail end -----------------------",
"** action end **********************\n\n",
];
}