nodedge.logger

Logger module containing function to set up logging functionalities.

nodedge.logger.setupLogging(defaultPath: str = '../logging.yaml', defaultLevel: int = 10, envKey: str = 'LOG_CFG')

Logging Setup

nodedge.logger.highLightLoggingSetup()