FileLogger Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
filePath As String _
)
public FileLogger(
string filePath
)
public:
FileLogger(
String^ filePath
)
new :
filePath:string -> FileLogger
public function FileLogger(
filePath : String
)
Parameters
- filePath
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.