MetalamaAPI documentationAdvanced APIMetalama.​Testing.​Aspect­TestingTest­OptionsEnable­Logging
Open sandboxFocus

TestOptions.EnableLogging Property

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 Nullable<bool> EnableLogging { get; set; }
Property Value
Type Description
Nullable<Boolean>