C# 클래스 Open.Core.LogCss

CSS constants for the log.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 프로퍼티들

프로퍼티 타입 설명
List string
ListItem string

공개 메소드들

메소드 설명
SeverityClass ( LogSeverity severity ) : string

Retrieves a CSS class for the given severity level.

메소드 상세

SeverityClass() 공개 정적인 메소드

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

프로퍼티 상세

List 공개적으로 정적으로 프로퍼티

public static string List
리턴 string

ListItem 공개적으로 정적으로 프로퍼티

public static string ListItem
리턴 string