[This is preliminary documentation and is subject to change.]

Gets or sets the level of the logging event.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public LogLevel Level { get; set; }
Visual Basic (Declaration)
Public Property Level As LogLevel
Visual C++
public:
property LogLevel^ Level {
	LogLevel^ get ();
	void set (LogLevel^ value);
}

See Also