log4net SDK Reference

Level.Info Field

The Info level designates informational messages that highlight the progress of the application at coarse-grained level.

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

Remarks

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

See Also

Level Class | log4net.Core Namespace