Click or drag to resize

NLogEvent Class

Wire format for NLog Event.
Inheritance Hierarchy
SystemObject
  NLog.LogReceiverServiceNLogEvent

Namespace:  NLog.LogReceiverService
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax
public class NLogEvent

The NLogEvent type exposes the following members.

Constructors
  NameDescription
Public methodNLogEvent
Initializes a new instance of the NLogEvent class.
Top
Properties
  NameDescription
Public propertyId
Gets or sets the client-generated identifier of the event.
Public propertyLevelOrdinal
Gets or sets the ordinal of the log level.
Public propertyLoggerOrdinal
Gets or sets the logger ordinal (index into Strings.
Public propertyMessageOrdinal
Gets or sets the message string index.
Public propertyTimeDelta
Gets or sets the time delta (in ticks) between the time of the event and base time.
Public propertyValues
Gets or sets the collection of layout values.
Top
See Also