Class LoggersHandler
- Namespace
- Steeltoe.Management.Endpoint.Handler
- Assembly
- Steeltoe.Management.EndpointWeb.dll
public class LoggersHandler : ActuatorHandler<LoggersEndpoint, Dictionary<string, object>, LoggersChangeRequest>, IActuatorHandler
- Inheritance
-
LoggersHandler
- Implements
- Inherited Members
Constructors
LoggersHandler(LoggersEndpoint, IEnumerable<ISecurityService>, ILogger<LoggersHandler>)
[Obsolete("Use newer constructor that passes in IManagementOptions instead")]
public LoggersHandler(LoggersEndpoint endpoint, IEnumerable<ISecurityService> securityServices, ILogger<LoggersHandler> logger = null)
Parameters
endpoint
LoggersEndpointsecurityServices
IEnumerable<ISecurityService>logger
ILogger<LoggersHandler>
LoggersHandler(LoggersEndpoint, IEnumerable<ISecurityService>, IEnumerable<IManagementOptions>, ILogger<LoggersHandler>)
public LoggersHandler(LoggersEndpoint endpoint, IEnumerable<ISecurityService> securityServices, IEnumerable<IManagementOptions> mgmtOptions, ILogger<LoggersHandler> logger = null)
Parameters
endpoint
LoggersEndpointsecurityServices
IEnumerable<ISecurityService>mgmtOptions
IEnumerable<IManagementOptions>logger
ILogger<LoggersHandler>
Methods
HandleRequest(HttpContextBase)
public override void HandleRequest(HttpContextBase context)
Parameters
context
HttpContextBase