UdpAppender PropertiesApache log4net™ SDK Documentation
The UdpAppender type exposes the following members.
Properties

  NameDescription
Protected propertyClient
Gets or sets the underlying OnlineUdpClient.
Public propertyEncoding
Gets or sets Encoding used to write the packets.
Public propertyErrorHandler
Gets or sets the IErrorHandler for this appender.
(Inherited from AppenderSkeleton.)
Public propertyFilterHead
The filter chain.
(Inherited from AppenderSkeleton.)
Public propertyLayout
Gets or sets the ILayout for this appender.
(Inherited from AppenderSkeleton.)
Public propertyLocalPort
Gets or sets the TCP port number from which the underlying OnlineUdpClient will communicate.
Public propertyName
Gets or sets the name of this appender.
(Inherited from AppenderSkeleton.)
Public propertyRemoteAddress
Gets or sets the IP address of the remote host or multicast group to which the underlying OnlineUdpClient should sent the logging event.
Protected propertyRemoteEndPoint
Gets or sets the cached remote endpoint to which the logging events should be sent.
Public propertyRemotePort
Gets or sets the TCP port number of the remote host or multicast group to which the underlying OnlineUdpClient should sent the logging event.
Protected propertyRequiresLayout
This appender requires a log4net.Layout to be set.
(Overrides AppenderSkeleton RequiresLayout.)
Public propertyThreshold
Gets or sets the threshold Level of this appender.
(Inherited from AppenderSkeleton.)
Back to Top
See Also