This method is obsolete and should no longer be used.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

Syntax

C#
[ObsoleteAttribute("No longer used.")]
public static void SetTraceFile(
	string fileName
)
Visual Basic
<ObsoleteAttribute("No longer used.")> _
Public Shared Sub SetTraceFile ( _
	fileName As String _
)
Visual C++
[ObsoleteAttribute(L"No longer used.")]
public:
static void SetTraceFile(
	String^ fileName
)

Parameters

fileName
Type: System..::..String
The name of the file to use for ctgclient.dll trace, or nullNothingnullptra null reference (Nothing in Visual Basic) to revert to the standard error output stream.

Remarks

This method is obsolete and invoking it has no effect.

Exceptions

ExceptionCondition
System.IO..::..IOExceptionThe trace file could not be created at the specified location.

See Also