UP - LogFiles: Customize filename

UP - LogFiles: Customize filename

LogFiles that are created with the FileClient in Upstudio generate filenames with static text and a timestamp by default. With a small workaround, the filename can be set dynamically.

This can be implemented by using the fAEFileLc library function. These functions must be made known in the UP and then called before logging.

fAEFCGetHandle(ADR('LogFusion_log'), udiHandle); fAEFCSetPraeFixExt(udiHandle, CurR.sFusionNumber, tenAEFCPraefixCfg.enAEFCBehindPraefix);