An NDoc Documented Class Library

Level.GetLevel Method

Get integer log level

Overload List

Get integer log level

public LogLevel GetLevel();

Converts a LogLevel enum to a Level object.

public static Level GetLevel(LogLevel);

Get level from supplied string

public static Level GetLevel(string);

See Also

Level Class | EnterpriseDT.Util.Debug Namespace