Why
Because due to different log messages (UI, console, debug and some traces) there is a debug variable in most scripts and also a disableLogs, witch is confusing and adding futile lines to code
Describe the solution you'd like
We will be using 'logging' library from python with a simple configuration to console, a different UI logger only for interface and a simplified logging.info(...), logging.debug(...), logging.error(...) log calls.
Describe alternatives you've considered
Alternatives rely on dabug, trace and info variables in all scripts, but they will be going to be a mess.
Why Because due to different log messages (UI, console, debug and some traces) there is a debug variable in most scripts and also a disableLogs, witch is confusing and adding futile lines to code
Describe the solution you'd like We will be using 'logging' library from python with a simple configuration to console, a different UI logger only for interface and a simplified logging.info(...), logging.debug(...), logging.error(...) log calls.
Describe alternatives you've considered Alternatives rely on dabug, trace and info variables in all scripts, but they will be going to be a mess.
This feature will be added by @fabian57fabian