I'm using the logger unit in several dlls and in the main application, the problem is it initializes <log> upon loading.
As all of the dlls are called from the same app they all want to create “myApp.log” (only the 1st one will win, and the rest won’t log)

Any ideas for a clean nice fix?
:arrow: Maybe if it fails add _# [size=9px](# = available number)[/size] to the app name, but then you don’t know the corresponding log for a dll.
:arrow: Or we can remove the initialization part and do it our self, this will allow us to add any name we want.