Log Service Examples

Contents

Example C++ Links
Basic: This is a simple example that uses the Log Service to create a Basic Log and write and query a number of records for that Log. link to example code
Event: This example creates an event-aware log that can create log records by either sending an event or by using the basic interface as shown in the previous example. link to example code
Notify: This example creates a notification-style log. This example uses a filter in order to ensure that only log records that contain a string message are written into the log store. Otherwise, the example is quite similar to the previous event log example. link to example code

© PrismTech Limited 2002