Class LoggersResponse
Inheritance
System.Object
LoggersResponse
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class LoggersResponse : object
Constructors
|
Edit this page
View Source
LoggersResponse(IList<String>, IDictionary<String, LoggerLevels>, IDictionary<String, LoggerGroup>)
Declaration
public LoggersResponse(IList<string> levels, IDictionary<string, LoggerLevels> loggers, IDictionary<string, LoggerGroup> groups)
Parameters
Type |
Name |
Description |
IList<System.String> |
levels |
|
IDictionary<System.String, LoggerLevels> |
loggers |
|
IDictionary<System.String, LoggerGroup> |
groups |
|
Properties
|
Edit this page
View Source
Error
Declaration
public static LoggersResponse Error { get; }
Property Value
|
Edit this page
View Source
Groups
Declaration
public IDictionary<string, LoggerGroup> Groups { get; }
Property Value
Type |
Description |
IDictionary<System.String, LoggerGroup> |
|
|
Edit this page
View Source
HasError
Declaration
public bool HasError { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Levels
Declaration
public IList<string> Levels { get; }
Property Value
Type |
Description |
IList<System.String> |
|
|
Edit this page
View Source
Loggers
Declaration
public IDictionary<string, LoggerLevels> Loggers { get; }
Property Value