Class LoggersRequest
Inheritance
System.Object
LoggersRequest
Namespace: Steeltoe.Management.Endpoint.Actuators.Loggers
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class LoggersRequest : object
Constructors
| Edit this page View SourceLoggersRequest()
Initializes a new instance of the LoggersRequest class for getting the log levels.
Declaration
public LoggersRequest()
LoggersRequest(String, Nullable<String>)
Initializes a new instance of the LoggersRequest class for changing a log level.
Declaration
public LoggersRequest(string name, string? level)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name or namespace of the logger level to change. |
System.Nullable<System.String> | level | The minimum level to log, or |
Properties
| Edit this page View SourceLevel
Gets the new minimum level to log at, or null
to reset back to the original level.
Declaration
public string? Level { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Name
Declaration
public string? Name { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Type
Declaration
public LoggersRequestType Type { get; }
Property Value
Type | Description |
---|---|
LoggersRequestType |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |