The ConfigLogger type exposes the following members.

Properties

  NameDescription
Application
Gets and sets the Application.
(Inherited from Logger.)
Enabled
Gets and sets the Enabled flag.
(Inherited from Logger.)
Filter
Gets and sets the Filter.
(Inherited from Logger.)
Formatter
Gets and sets the Formatter.
(Inherited from Logger.)
Item
Gets the Logger with the name corresponding to the given String.
(Inherited from CompositeLogger.)
Loggers
Gets and sets the Collection of Loggers.
(Inherited from CompositeLogger.)
SeverityThreshold
Gets and sets the severity threshold of the filter--the lowest severity which will be logged.
(Inherited from Logger.)

See Also