An NDoc Documented Class Library

Level.GetLevel Method (LogLevel)

Converts a LogLevel enum to a Level object.

public static Level GetLevel(
   LogLevel level
);

Parameters

level
LogLevel enum to convert.

Return Value

A Level object corresponding to the given LogLevel.

See Also

Level Class | EnterpriseDT.Util.Debug Namespace | Level.GetLevel Overload List