Returns the name of the logger for this message

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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