Log a stack trace

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

Syntax

C#
void Log(
	Exception t
)
Visual Basic
Sub Log ( _
	t As Exception _
)
Visual C++
void Log(
	Exception^ t
)

Parameters

t
Type: System..::..Exception
throwable object

See Also