The methods of the RemoteSyslogAppender class are listed below. For a complete list of RemoteSyslogAppender class members, see the RemoteSyslogAppender Members topic.
![]() ![]() | Generate a syslog priority. |
![]() | Initialize the options for this appender |
![]() | Adds a filter to the end of the filter chain. |
![]() | Add a mapping of level to severity |
![]() | Clears the filter list for this appender. |
![]() | Closes the appender and release resources. |
![]() | Performs threshold checks and invokes filters before delegating actual logging to the subclasses specific Append method. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | This method is called by the DoAppend method. |
![]() | Finalizes this appender by calling the implementation's Close method. |
![]() | Translates a log4net level to a syslog severity. |
![]() | Initializes the underlying UdpClient connection. |
![]() | Checks if the message level is below this appender's threshold. |
![]() | Creates a shallow copy of the current Object. |
![]() | Closes the UDP connection and releases all resources associated with this UdpAppender instance. |
![]() | Called before Append as a precondition. |
![]() | Overloaded. Renders the LoggingEvent to a string. |
RemoteSyslogAppender Class | log4net.Appender Namespace