| Interface | Description | 
|---|---|
| LoggersManager<T> | 
 Used to retrieve and update logger information for the  
LoggersEndpoint. | 
| LoggingSystem | 
 Abstraction for a logging system. 
 | 
| Class | Description | 
|---|---|
| LoggerConfiguration | 
 Represents the configuration of a  
LoggingSystem logger. | 
| LoggersEndpoint | 
 Exposes an  
Endpoint to manage loggers. | 
| Enum | Description | 
|---|---|
| LogLevel | 
 Logging levels supported by a  
LoggingSystem
 Typically, a logging system may permit the log level to be null, representing
 an unspecified log level. |