{"library":"logger","title":"logger","description":"A simple Python logging helper providing easy setup for logging to console and files with color support. It wraps Python's standard library logging module. Current version: 1.4. Release cadence: infrequent, last updated in 2017.","language":"python","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["pip install logger"],"cli":null},"imports":["import logger","from logger import Logger"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import logger\nlog = logger.get_logger('myapp')\nlog.info('Application started')","lang":"python","description":"Creates a simple logger and logs an info message.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}