It would be really nice to be able to see the `info` or `debug` messages on the MayaLog. ``` import logging logger = logging.getLogger() logger.info("This is not printed inside the MayaLog but can be seen on the script editor") ```
It would be really nice to be able to see the
infoordebugmessages on the MayaLog.