Initializes a new instance of the LogTag class

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

Syntax

C#
public LogTag(
	string prefix
)
Visual Basic
Public Sub New ( _
	prefix As String _
)
Visual C++
public:
LogTag(
	String^ prefix
)

Parameters

prefix
Type: System..::..String

See Also