CppExamples
CppExamples copied to clipboard
How to read the notification log
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.