log4net SDK Reference

Level.ToString Method 

Returns the String representation of the current Level.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A String representation of the current Level.

Remarks

Returns the level Name.

See Also

Level Class | log4net.Core Namespace