Event Viewer and collection system
From SkyOS
The new event system will replace the Notification Panel and consists of following parts:
- Kernel functions which can generate events
- Kernel DataExchangePort which collects events
- A user service which retrieves events from the kernel and stores them in a DataCollection
- An application which can display and organize events
Events include:
- Hardware events
- General system Failure/Error events
- Software installation events
- Software specific events
In general, the Event Viewer Application is similar to Windows Event Viewer. The Event Viewer will store all occured events permanently and will allow easy system diagnosis in case of failures.
