The ConfigLogger type exposes the following members.

Fields

  NameDescription
_application
A String representing the application.
(Inherited from Logger.)
_enabled
A bool indicating if this Logger is enabled or not.
(Inherited from Logger.)
_filter
The filter through which all LogEntries must pass before being logged.
(Inherited from Logger.)
_formatter
A formatter that formats LogEntries before being logged.
(Inherited from Logger.)
_loggers
The Collection of Loggers.
(Inherited from CompositeLogger.)
Instance
The automatically created (via config file), application-wide accessible logger

See Also