log4net SDK Reference

Level.Notice Field

The Notice level designates informational messages that highlight the progress of the application at the highest level.

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

Remarks

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

See Also

Level Class | log4net.Core Namespace