Fields
| Name | Description | |
|---|---|---|
| _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.) |