log4net SDK Reference

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;

Remarks

Missing <remarks> documentation for F:log4net.Core.Level.Fatal

See Also

Level Class | log4net.Core Namespace