W walmo Active Member Licensed User Longtime User Sep 18, 2020 #1 Hi I do lot of large programs running on devices with no screens . So to make debugging easier i use a lot of logging in code to check what software is doing. Does using logging make software slower when released and use more resources? Thank you
Hi I do lot of large programs running on devices with no screens . So to make debugging easier i use a lot of logging in code to check what software is doing. Does using logging make software slower when released and use more resources? Thank you
Erel B4X founder Staff member Licensed User Longtime User Sep 18, 2020 #2 Assuming that you are logging less than a few hundreds logs per second, you shouldn't be worried from this. Upvote 0
Assuming that you are logging less than a few hundreds logs per second, you shouldn't be worried from this.