The methods of the LocalSyslogAppender class are listed below. For a complete list of LocalSyslogAppender class members, see the LocalSyslogAppender Members topic.
![]() | Initialize the appender based on the options set. |
![]() | 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. |
![]() | Checks if the message level is below this appender's threshold. |
![]() | Creates a shallow copy of the current Object. |
![]() | Close the syslog when the appender is closed |
![]() | Called before Append as a precondition. |
![]() | Overloaded. Renders the LoggingEvent to a string. |
LocalSyslogAppender Class | log4net.Appender Namespace