C# Class Open.Core.LogCss

CSS constants for the log.
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Properties

Property Type Description
List string
ListItem string

Public Methods

Method Description
SeverityClass ( LogSeverity severity ) : string

Retrieves a CSS class for the given severity level.

Method Details

SeverityClass() public static method

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

Property Details

List public_oe static_oe property

public static string List
return string

ListItem public_oe static_oe property

public static string ListItem
return string