Class LoggersChangeRequest
Inheritance
System.Object
LoggersChangeRequest
Namespace: Steeltoe.Management.Endpoint.Loggers
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class LoggersChangeRequest : object
Constructors
| Edit this page View SourceLoggersChangeRequest(String, String)
Initializes a new instance of the LoggersChangeRequest class.
Declaration
public LoggersChangeRequest(string name, string level)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the logger to update |
System.String | level | Minimum level to log - pass null to reset |
Properties
| Edit this page View SourceLevel
Gets minimum level to log, null to reset back to original
Declaration
public string Level { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets name(space) of logger level to change
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |