log file generation

0
Hi,   I need to generate log file into mendix  and I need to generate logs in a file mode could any one please help me how to do this.
asked
1 answers
0

Create an enetity that holds the information. Then create a exportmapping that yoou can use to export the list of records from the entity into JSON or xml format for example and then stored the generated file.

Yoou could also use the modules from the appstore to generate csv files or flat files if preferred.

answered