Configuration.WithXmlLogEnabled method

Updates the configuration with XML log generation enabled or disabled.

public Configuration WithXmlLogEnabled(bool isEnabled = true)
parameter description
isEnabled If true, then enables XML log generation.

See Also