How to create .txt file to write error log and it will be stored in app directory.

0
I want to write error log in .txt file and it should be stored in app directory.
asked
1 answers
0

You might want to write those logs in the standard Mendix log. See documentation here: https://docs.mendix.com/refguide/log-message/

In the cloud you can only create files in a special temp directory and these files are not in your backups so it would be pointless to create those logs there.

Regards,

Ronald

 

answered