data_describe.misc.logging¶
- 
class data_describe.misc.logging.OutputLogger(name='root', level='INFO')¶
- Redirect stdout to logging. - https://johnpaton.net/posts/redirect-logging/ - 
write(self, msg)¶
- Log messages. 
 
- 
data_describe.misc.logging.OutputLogger(name='root', level='INFO')¶Redirect stdout to logging.
https://johnpaton.net/posts/redirect-logging/
write(self, msg)¶Log messages.