log4net SDK Reference

EventLogAppender.Level2EventLogEntryType Class

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.

For a list of all members of this type, see EventLogAppender.Level2EventLogEntryType Members.

System.Object
   log4net.Util.LevelMappingEntry
      log4net.Appender.EventLogAppender.Level2EventLogEntryType

[Visual Basic]
Public Class EventLogAppender.Level2EventLogEntryType
    Inherits LevelMappingEntry
[C#]
public class EventLogAppender.Level2EventLogEntryType : LevelMappingEntry

Thread Safety

This type is not safe for multithreaded operations.

Remarks

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

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

EventLogAppender.Level2EventLogEntryType Members | log4net.Appender Namespace