NLogEvents Class |
Namespace: NLog.LogReceiverService
The NLogEvents type exposes the following members.
| Name | Description | |
|---|---|---|
| NLogEvents | Initializes a new instance of the NLogEvents class |
| Name | Description | |
|---|---|---|
| BaseTimeUtc |
Gets or sets the base time (UTC ticks) for all events in the package.
| |
| ClientName |
Gets or sets the name of the client.
| |
| Events |
Gets or sets the list of events.
| |
| LayoutNames |
Gets or sets the collection of layout names which are shared among all events.
| |
| Strings |
Gets or sets the collection of logger names.
|
| Name | Description | |
|---|---|---|
| ToEventInfo |
Converts the events to sequence of LogEventInfo objects suitable for routing through NLog.
| |
| ToEventInfo(String) |
Converts the events to sequence of LogEventInfo objects suitable for routing through NLog.
|