Table of Contents

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

LoggersResponse

Groups

[JsonPropertyName("groups")]
public IDictionary<string, LoggerGroup> Groups { get; }

Property Value

IDictionary<string, LoggerGroup>

HasError

[JsonIgnore]
public bool HasError { get; }

Property Value

bool

Levels

[JsonPropertyName("levels")]
public IList<string> Levels { get; }

Property Value

IList<string>

Loggers

[JsonPropertyName("loggers")]
public IDictionary<string, LoggerLevels> Loggers { get; }

Property Value

IDictionary<string, LoggerLevels>