Summary
Gets or sets the name of your logger. Possible values:
- A blank string (or null): no logger
- "trx": Visual Studio's built-in logger
- "AppVeyor": AppVeyor's custom logger which is available only when building your solution on the AppVeyor platform
- any custom value: the name of your custom logger.
- Namespace
- Cake
.Common .Tools .VSTest - Containing Type
- VSTestSettings
Syntax
public string Logger { get; set; }
Value
Type | Description |
---|---|
string |