11-08-2023
07:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-08-2023
07:22 AM
Hi everyone, I'm compiling a program with a structure very similar to the one indicated in this topic where I have several classes called within the main rule and some modules that contain "universal" functions that must be called both in the main rule and in the classes.
My main problem is that from the modules I don't know how to recall and use the ilogic logger.
In classes I don't have this problem as I pass the logger itself through the class constructor, but for modules I haven't found a valid method.
Any ideas on how this could be done?