Converts a LogLevel enum to a Level object.
Level
public static Level GetLevel(LogLevel);
Get level from supplied string
public static Level GetLevel(string);
Level Class | EnterpriseDT.Util.Debug Namespace