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