GetColor Method

HttpServer.dll

Get color for the specified logprio

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static ConsoleColor GetColor(
	LogPrio prio
)
Visual Basic (Declaration)
Public Shared Function GetColor ( _
	prio As LogPrio _
) As ConsoleColor
Visual C++
public:
static ConsoleColor GetColor(
	LogPrio prio
)

Parameters

prio
Type: HttpServer..::.LogPrio
prio for the log entry

Return Value

A ConsoleColor for the prio

See Also