NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLog Programming Architecture

The EventLog component uses these portions of the NGWS frameworks namespaces:

EventLog Namespace

If you are creating your EventLog components in code, you may need to add a reference to System.Diagnostics to your build command.

Key Programming Elements in the EventLog Class

The EventLog component raises an event called EventWritten whenever an entry is written to the log you are watching. You can define a handler for this event. In addition, you can use the following methods to interact with an instance of the EventLog component:

See Also

Introduction to the EventLog Component