Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileLogTraceListener Constructor (String^)

 

Initializes a new instance of the FileLogTraceListener class with the supplied name.

Namespace:   Microsoft.VisualBasic.Logging
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
FileLogTraceListener(
	String^ name
)

Parameters

name
Type: System::String^

String. The name of the instance object.

This method sets the instance name of the FileLogTraceListener class to name.

You can access the instance name thought the Name property.

.NET Framework
Available since 2.0
Return to top
Show: