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

Gets the name of the logger.

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

Syntax

C#
public string Name { get; private set; }
Visual Basic (Declaration)
Public Property Name As String
Visual C++
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}

See Also