EventLogAppender Level2EventLogEntryType ClassApache log4net™ SDK Documentation
A class to act as a mapping between the level that a logging call is made at and the color it should be displayed as.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util LevelMappingEntry
    log4net.Appender EventLogAppender Level2EventLogEntryType

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

public class Level2EventLogEntryType : LevelMappingEntry
Remarks

Defines the mapping between a level and its event log entry type.

See Also