The RootLogger type exposes the following members.
Back to Top
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 Logger EffectiveLevel.) | |
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 Logger Level.) | |
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