log4net SDK Documentation - Microsoft .NET Framework 4.0

Level.Fatal Field

The Fatal level designates very severe error events that will presumably lead the application to abort.

[Visual Basic]
Public Shared ReadOnly Fatal As Level
[C#]
public static readonly Level Fatal;

See Also

Level Class | log4net.Core Namespace