in reply to Re^6: Can I from within a module access variables from the calling program?
in thread Can I from within a module access variables from the calling program?

FWIW, you're only supposed to configure the logger in one place once, the app
  • Comment on Re^7: Can I from within a module access variables from the calling program?

Replies are listed 'Best First'.
Re^8: Can I from within a module access variables from the calling program?
by HJO (Acolyte) on Oct 29, 2012 at 13:21 UTC

    Somebody already told me that, but the problem is that I don't know how to do so... I can't log things in the module while my configuration is in the main script... Do you know how to fix it ?

      I gave you an example, dissect it until you understand