When developing i rely heavily on log() statements. Is there any problem in these being left in a release version or should they be removed. In VB they are not compiled to the program exe so i was wondering if this was the same situation
The log statements are compiled in release mode. However you should not be bothered about it. Almost all programs log various messages to the system logs. The system logs are handled by the OS.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.