Class LoggersEndpointOptions
Inheritance
System.Object
LoggersEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class LoggersEndpointOptions : AbstractEndpointOptions, ILoggersOptions, IEndpointOptions
Constructors
|
Edit this page
View Source
LoggersEndpointOptions()
Declaration
public LoggersEndpointOptions()
|
Edit this page
View Source
LoggersEndpointOptions(IConfiguration)
Declaration
public LoggersEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Implements