LocalSyslogAppender LevelSeverity ClassApache log4net™ SDK Documentation
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.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util LevelMappingEntry
    log4net.Appender LocalSyslogAppender LevelSeverity

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class LevelSeverity : LevelMappingEntry
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.

See Also