log4net SDK Reference

RemoteSyslogAppender.LevelSeverity Class

A class to act as a mapping between the level that a logging call is made at and the syslog severity that is should be logged at.

For a list of all members of this type, see RemoteSyslogAppender.LevelSeverity Members.

System.Object
   log4net.Util.LevelMappingEntry
      log4net.Appender.RemoteSyslogAppender.LevelSeverity

[Visual Basic]
Public Class RemoteSyslogAppender.LevelSeverity
    Inherits LevelMappingEntry
[C#]
public class RemoteSyslogAppender.LevelSeverity : LevelMappingEntry

Thread Safety

This type is not safe for multithreaded operations.

Remarks

A class to act as a mapping between the level that a logging call is made at and the syslog severity that is should be logged at.

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

RemoteSyslogAppender.LevelSeverity Members | log4net.Appender Namespace