logFilenamePrefix property

String logFilenamePrefix
final

(Optional) Local log file name prefix. It should follow the regular expression pattern of [a-zA-Z0-9_@-.]{1,128}.

The final file name will be the prefix followed by "_" and the file creation time, and "_rtclog.log" at the end. For example, logPrefix_2023-05-25_172324_rtclog.log.

Implementation

final String logFilenamePrefix;