RootLogger PropertiesApache log4net™ SDK Documentation

The RootLogger type exposes the following members.

Properties

  NameDescription
Public propertyAdditivity
Gets or sets a value indicating if child loggers inherit their parent's appenders.
(Inherited from Logger.)
Public propertyAppenders
Get the appenders contained in this logger as an ICollection.
(Inherited from Logger.)
Public propertyEffectiveLevel
Gets the assigned level value without walking the logger hierarchy.
(Overrides LoggerEffectiveLevel.)
Public propertyHierarchy
Gets or sets the Hierarchy where this Logger instance is attached to.
(Inherited from Logger.)
Public propertyLevel
Gets or sets the assigned Level for the root logger.
(Overrides LoggerLevel.)
Public propertyName
Gets the logger name.
(Inherited from Logger.)
Public propertyParent
Gets or sets the parent logger in the hierarchy.
(Inherited from Logger.)
Public propertyRepository
Gets the ILoggerRepository where this Logger instance is attached to.
(Inherited from Logger.)
Top
See Also

Reference