log4net SDK Documentation - Microsoft .NET Framework 4.0

LocalSyslogAppender.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 LocalSyslogAppender.LevelSeverity Members.

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

[Visual Basic]
Public Class LocalSyslogAppender.LevelSeverity
    Inherits LevelMappingEntry
[C#]
public class LocalSyslogAppender.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

LocalSyslogAppender.LevelSeverity Members | log4net.Appender Namespace