# logger Simple logger function for other scripts ## Usage example ```python try: from loghandler import logger except: # if loghandler.py is located in subdirectory "lib" from lib.loghandler import logger ```