The RootLogger type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Additivity | 
            Gets or sets a value indicating if child loggers inherit their parent's appenders.
              (Inherited from Logger.) | |
| Appenders | 
            Get the appenders contained in this logger as an 
            ICollection.
              (Inherited from Logger.) | |
| EffectiveLevel | 
            Gets the assigned level value without walking the logger hierarchy.
              (Overrides LoggerEffectiveLevel.) | |
| Hierarchy | 
            Gets or sets the Hierarchy where this 
            Logger instance is attached to.
              (Inherited from Logger.) | |
| Level | 
            Gets or sets the assigned Level for the root logger.  
              (Overrides LoggerLevel.) | |
| Name | 
            Gets the logger name.
              (Inherited from Logger.) | |
| Parent | 
            Gets or sets the parent logger in the hierarchy.
              (Inherited from Logger.) | |
| Repository | 
            Gets the ILoggerRepository where this 
            Logger instance is attached to.
              (Inherited from Logger.) | 
See Also