get Bootstrap Log File Path
Returns the absolute path of the bootstrap log file used from program start, before parameters are known. Ensures the log directory exists.
Filename pattern:
<logDir>/<base><RUN_TIMESTAMP><suffix>
Content copied to clipboard
where:
base
= Constants.LOG_FILE_NAMEsuffix
= Constants.LOG_FILE_SUFFIX
Return
Absolute path to the bootstrap log file.