SetLog method is obsolete. In order to set logs please use the settings relevant to the execution context:
1. In Visual-Studio, use Isolator options (Typemock->Options->Visual-Studio->Logs)
2. In Command Line (using TMockRunner), use '-logpath' as command line argument
3. In build script, set the matching activity log property.
Namespace:
TypeMock
Assembly:
TypeMock (in TypeMock.dll) Version: 8.9.2.0 (8.9.2.0)
Syntax
C# |
---|
[ObsoleteAttribute("SetLog is obsolete. Please use Visual-Studio settings, TMockRunner settings or Build activity settings",
false)]
public static void SetLog(
string path
) |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("SetLog is obsolete. Please use Visual-Studio settings, TMockRunner settings or Build activity settings", _
False)> _
Public Shared Sub SetLog ( _
path As String _
) |
Visual C++ |
---|
[ObsoleteAttribute(L"SetLog is obsolete. Please use Visual-Studio settings, TMockRunner settings or Build activity settings",
false)]
public:
static void SetLog(
String^ path
) |
Parameters
- path
- Type: System..::.String
See Also