The UdpAppender type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Client |
Gets or sets the underlying UdpClient.
| |
Encoding |
Gets or sets Encoding used to write the packets.
| |
ErrorHandler |
Gets or sets the IErrorHandler for this appender.
(Inherited from AppenderSkeleton.) | |
FilterHead |
The filter chain.
(Inherited from AppenderSkeleton.) | |
Layout |
Gets or sets the ILayout for this appender.
(Inherited from AppenderSkeleton.) | |
LocalPort |
Gets or sets the TCP port number from which the underlying UdpClient will communicate.
| |
Name |
Gets or sets the name of this appender.
(Inherited from AppenderSkeleton.) | |
RemoteAddress |
Gets or sets the IP address of the remote host or multicast group to which
the underlying UdpClient should sent the logging event.
| |
RemoteEndPoint |
Gets or sets the cached remote endpoint to which the logging events should be sent.
| |
RemotePort |
Gets or sets the TCP port number of the remote host or multicast group to which
the underlying UdpClient should sent the logging event.
| |
RequiresLayout |
This appender requires a log4net.Layout to be set.
(Overrides AppenderSkeleton RequiresLayout.) | |
Threshold |
Gets or sets the threshold Level of this appender.
(Inherited from AppenderSkeleton.) |
See Also