Open sandboxFocus

Property EnableLogging

EnableLogging

Gets or sets a value indicating whether Metalama should produce logs and output them to the Xunit test log. To enable this option in a test, add this comment to your test file: // @EnableLogging.

Declaration
public bool? EnableLogging { get; set; }
Property Value
Type Description
bool?