Click or drag to resize

BaseLogReceiverForwardingService Class

Base implementation of a log receiver server which forwards received logs through LogManager or a given LogFactory.
Inheritance Hierarchy
SystemObject
  NLog.LogReceiverServiceBaseLogReceiverForwardingService
    NLog.LogReceiverServiceLogReceiverForwardingService
    NLog.LogReceiverServiceLogReceiverOneWayForwardingService

Namespace:  NLog.LogReceiverService
Assembly:  NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax
public abstract class BaseLogReceiverForwardingService
Constructors
  NameDescription
Protected methodBaseLogReceiverForwardingService
Initializes a new instance of the BaseLogReceiverForwardingService class.
Protected methodBaseLogReceiverForwardingService(LogFactory)
Initializes a new instance of the BaseLogReceiverForwardingService class.
Top
Methods
See Also