cashocs.log.add_handler# cashocs.log.add_handler(handler: Handler) → None# Adds an additional handler to the logger. Parameters: handler (logging.Handler) – The handler that should be added to the logger. Return type: None