log4net SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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