Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

Logger.Level Property

Gets or sets the assigned Level, if any, for this Logger.

[Visual�Basic]
Overridable�Public�Property�Level�As�Level
[C#]
public�virtual�log4net.Core.Level�Level�{get;�set;}

Property Value

The Level of this logger.

Remarks

The assigned Level can be null.

See Also

Logger Class | log4net.Repository.Hierarchy Namespace