The RemoteSyslogAppender type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Client |
Gets or sets the underlying UdpClient.
(Inherited from UdpAppender.) | |
Encoding |
Gets or sets Encoding used to write the packets.
(Inherited from UdpAppender.) | |
ErrorHandler |
Gets or sets the IErrorHandler for this appender.
(Inherited from AppenderSkeleton.) | |
Facility |
Syslog facility
| |
FilterHead |
The filter chain.
(Inherited from AppenderSkeleton.) | |
Identity |
Message identity
| |
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.
(Inherited from UdpAppender.) | |
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.
(Inherited from UdpAppender.) | |
RemoteEndPoint |
Gets or sets the cached remote endpoint to which the logging events should be sent.
(Inherited from UdpAppender.) | |
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.
(Inherited from UdpAppender.) | |
RequiresLayout |
This appender requires a log4net.Layout to be set.
(Inherited from UdpAppender.) | |
Threshold |
Gets or sets the threshold Level of this appender.
(Inherited from AppenderSkeleton.) |
See Also