C# Class Open.Core.LogCss

CSS constants for the log.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Свойство Type Description
List string
ListItem string

Méthodes publiques

Méthode Description
SeverityClass ( LogSeverity severity ) : string

Retrieves a CSS class for the given severity level.

Method Details

SeverityClass() public static méthode

Retrieves a CSS class for the given severity level.
public static SeverityClass ( LogSeverity severity ) : string
severity LogSeverity The severity of the log message.
Résultat string

Property Details

List public_oe static_oe property

public static string List
Résultat string

ListItem public_oe static_oe property

public static string ListItem
Résultat string