Class LoggersChangeRequest
- Namespace
- Steeltoe.Management.Endpoint.Loggers
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class LoggersChangeRequest
- Inheritance
-
LoggersChangeRequest
- Inherited Members
Constructors
LoggersChangeRequest(string, string)
Initializes a new instance of the LoggersChangeRequest class.
public LoggersChangeRequest(string name, string level)
Parameters
Properties
Level
Gets minimum level to log, null to reset back to original
public string Level { get; }
Property Value
Name
Gets name(space) of logger level to change
public string Name { get; }
Property Value
Methods
ToString()
public override string ToString()