Class LoggersResponse
- Namespace
- Steeltoe.Management.Endpoint.Actuators.Loggers
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class LoggersResponse
- Inheritance
-
LoggersResponse
- Inherited Members
Constructors
LoggersResponse(IList<string>, IDictionary<string, LoggerLevels>, IDictionary<string, LoggerGroup>)
public LoggersResponse(IList<string> levels, IDictionary<string, LoggerLevels> loggers, IDictionary<string, LoggerGroup> groups)
Parameters
levels
IList<string>loggers
IDictionary<string, LoggerLevels>groups
IDictionary<string, LoggerGroup>
Properties
Error
public static LoggersResponse Error { get; }
Property Value
Groups
[JsonPropertyName("groups")]
public IDictionary<string, LoggerGroup> Groups { get; }
Property Value
HasError
[JsonIgnore]
public bool HasError { get; }
Property Value
Levels
[JsonPropertyName("levels")]
public IList<string> Levels { get; }
Property Value
Loggers
[JsonPropertyName("loggers")]
public IDictionary<string, LoggerLevels> Loggers { get; }