setLoggerFileLeading function

void setLoggerFileLeading(
  1. String? leading
)

Set the leading of log file content, it will be written to the first line of each log file.

Implementation

void setLoggerFileLeading(String? leading) {
  _writeToFile.setLoggerFileLeading(leading);
}