Click or drag to resize

NLogEvents Class

Wire format for NLog event package.
Inheritance Hierarchy
SystemObject
  NLog.LogReceiverServiceNLogEvents

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

The NLogEvents type exposes the following members.

Constructors
  NameDescription
Public methodNLogEvents
Initializes a new instance of the NLogEvents class
Top
Properties
  NameDescription
Public propertyBaseTimeUtc
Gets or sets the base time (UTC ticks) for all events in the package.
Public propertyClientName
Gets or sets the name of the client.
Public propertyEvents
Gets or sets the list of events.
Public propertyLayoutNames
Gets or sets the collection of layout names which are shared among all events.
Public propertyStrings
Gets or sets the collection of logger names.
Top
Methods
  NameDescription
Public methodToEventInfo
Converts the events to sequence of LogEventInfo objects suitable for routing through NLog.
Public methodToEventInfo(String)
Converts the events to sequence of LogEventInfo objects suitable for routing through NLog.
Top
See Also