log4net SDK Reference

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

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

LocalSyslogAppender.LevelSeverity Members | log4net.Appender Namespace