Qaviton Log Qaviton Log Its a simple wrapper to the logging module. With easy API of logging to a file or to the console. Usage from qaviton_log import Logger log = Logger(file='log') log.info('hi') log.warning('bye')