Features
The engine contains a file (Forge/Core/Features.py) that can be used to toggle non-essential features of the engine.
- INSTRUMENTATION – Used to measure engine performance.
- LOGGING – Disables the
CoreLoggerand the logger provided to the client.- Note: Any logger created by the user and subscribed to
ClientLoggerwill work as expected.
- Note: Any logger created by the user and subscribed to