| Interface | Description |
|---|---|
| LogReceiver.ILogListener |
Classes which implement this interface provide a method that deals
with
LogReceiver.LogEntry objects coming from log service through a LogReceiver. |
| Class | Description |
|---|---|
| EventContainer |
Represents an event and its data.
|
| EventLogParser |
Parser for the "event" log.
|
| EventValueDescription |
Describes an
EventContainer value. |
| LogReceiver |
Receiver able to provide low level parsing for device-side log services.
|
| LogReceiver.LogEntry |
Represents a log entry and its raw data.
|
| Enum | Description |
|---|---|
| EventContainer.CompareMethod | |
| EventContainer.EventValueType |
Type for event data.
|
| EventValueDescription.ValueType |
Represents the type of a numerical value.
|
| Exception | Description |
|---|---|
| InvalidTypeException |
Exception thrown when accessing an
EventContainer value with the wrong type. |
| InvalidValueTypeException |
Exception thrown when associating an
EventContainer.EventValueType with an incompatible
EventValueDescription.ValueType. |