EventLogEntryWriteOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class EventLogEntryWriteOptions
{
string Category { get; set; }
int? EventId { get; set; }
string EventType { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Category | string | |||
| EventId | int? | |||
| EventType | string | Event type | Information | Error, Information, Warning |