Current branch uses print statements for logging messages to the MaxScript listener. The print statements are bit too noisy but relevant in debugging process, as such, there's need to evaluate different options for logging these messages and the corresponding perfomance penalty.
Base case: No print statements
Evaluate:
- writing to
/dev/null
logging library in Python
- default
sys.stdout for Python
- etc.
Current branch uses print statements for logging messages to the MaxScript listener. The print statements are bit too noisy but relevant in debugging process, as such, there's need to evaluate different options for logging these messages and the corresponding perfomance penalty.
Base case: No print statements
Evaluate:
/dev/nulllogginglibrary in Pythonsys.stdoutfor Python