Log() question

rfresh

Well-Known Member
Licensed User
Longtime User
When using the Log() feature, after we are done developing our app, should we rem out those Log() statements before deploying the app to the public? Or are they ok to leave in?
 

Hubert Brandel

Active Member
Licensed User
Longtime User
I see that the app is runnig slower with LOG shown in the IDE (even without debugging).
I know that all this printing in the IDE tooks time, but does LOG() without a connected IDE slow down the execution ?
I do load here 1000 lines CSV files with LOG() the keys to debug it.
 
Upvote 0

eps

Expert
Licensed User
Longtime User
Maybe remove or REM excessive logging.. You need to make the call yourself.

Just to be clear - the App isn't generated in debug as well is it?
 
Upvote 0

Hubert Brandel

Active Member
Licensed User
Longtime User
No I have compiled it with "Release" and it starts without debugger, but it shows the LOG output.

After thinking about it, IF other apps can read the log, it is stored and I have to remove it.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…