Returns the name of the logger for this message

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string LoggerName { get; }
Visual Basic
Public ReadOnly Property LoggerName As String
	Get
Visual C++
public:
property String^ LoggerName {
	String^ get ();
}

See Also