Class LoggerLevels
Inheritance
System.Object
LoggerLevels
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class LoggerLevels : object
Constructors
|
Edit this page
View Source
LoggerLevels(Nullable<LogLevel>, LogLevel)
Declaration
public LoggerLevels(LogLevel? configured, LogLevel effective)
Parameters
Type |
Name |
Description |
System.Nullable<LogLevel> |
configured |
|
LogLevel |
effective |
|
Properties
|
Edit this page
View Source
Declaration
public string ConfiguredLevel { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
EffectiveLevel
Declaration
public string EffectiveLevel { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
MapLogLevel(LogLevel)
Declaration
public static string MapLogLevel(LogLevel level)
Parameters
Type |
Name |
Description |
LogLevel |
level |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
MapLogLevel(String)
Declaration
public static LogLevel? MapLogLevel(string level)
Parameters
Type |
Name |
Description |
System.String |
level |
|
Returns
Type |
Description |
System.Nullable<LogLevel> |
|