AnsiColorTerminalAppender LevelColors 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 AnsiColorTerminalAppender LevelColors

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

public class LevelColors : LevelMappingEntry
Remarks

Defines the mapping between a level and the color it should be displayed in.

See Also