[This is preliminary documentation and is subject to change.]

Initializes a new instance of the TextFileTraceListener class

Namespace:  Phoenix.Logging
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

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

Parameters

fileName
String

See Also