qlogging
qlogging copied to clipboard
Beautifully colored, quick and simple Python logging
Results
1
qlogging issues
Sort by
recently updated
recently updated
newest added
Hello, I just did what the homepage says one should do. ``` import qlogging logger = qlogging.get_logger(level='debug') logger.debug("This is debug") logger.info("This is info") logger.warning("This is warning") logger.error("This is an error")...