Gets or sets the assigned Level, if any, for this Logger.  
            
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public virtual Level Level { get; set; }public virtual Level Level { get; set; }Public Overridable Property Level As Level 
	Get 
	Set
Public Overridable Property Level As Level 
	Get 
	Set
public:
virtual property Level^ Level {
	Level^ get ();
	void set (Level^ value);
}public:
virtual property Level^ Level {
	Level^ get ();
	void set (Level^ value);
}Property Value
Type: 
Level
            The 
Level of this logger.
            
            The assigned Level can be null.