Log a stack trace

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

Syntax

C#
public override void Log(
	Exception t
)
Visual Basic
Public Overrides Sub Log ( _
	t As Exception _
)
Visual C++
public:
virtual void Log(
	Exception^ t
) override

Parameters

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

Implements

Appender..::..Log(Exception)

See Also