RemoteSyslogAppender.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.RemoteSyslogAppender.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