I'm just interested in a better approach to the following ...
I have an application that breaks down into several modules for maintenance and separation problems. I want to be able to create a log file at the start of my application, and then use the different modules that I wrote, write to the same log file without becoming messy and having unnecessary code in my exported modules.
Thanks in advance.
Julio source
share