log4net SDK Reference

Level.Error Field

The Error level designates error events that might still allow the application to continue running.

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

Remarks

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

See Also

Level Class | log4net.Core Namespace