CppExamples icon indicating copy to clipboard operation
CppExamples copied to clipboard

How to read the notification log

Open martinboers opened this issue 2 years ago • 0 comments

Section 6 of the Notification Example suggests that historical notifications can be read directly from a sqlite database.

The suggested approach is actually to use the NotificationLogger RSC service, which includes a ReadStoredNotifications method.

The example should be updated to show this method.

martinboers avatar Jul 18 '23 11:07 martinboers