Displaying Notifications
Cloneable provides function hooks to make it easy to notify users during the workflow
Show notification
CloneableLogger.log(
logLevel: .info, // the type of log, dictates color with notifications
message: "Example notification",
display: .top) // display tells the logger to show a notification and howTypes of notifications
Top

Middle

Sheet

Setting notification color
Last updated

