As an enhancement to the logger, it would be useful to add a logger.success method that highlights successful events in green within the UI, making it easier to distinguish successful operations from other log messages
logger.success("Updated successfully!", payload.data);