Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > IConfigMessageReportingRule

IConfigMessageReportingRule interface

Configures reporting for a given message identifier.

Signature:

export interface IConfigMessageReportingRule 

Remarks

This is part of the IConfigFile structure.

Properties

PropertyModifiersTypeDescription
addToApiReportFile?boolean(Optional) When addToApiReportFile is true: If API Extractor is configured to write an API report file (.api.md), then the message will be written inside that file; otherwise, the message is instead logged according to the logLevel option.
logLevelExtractorLogLevelSpecifies whether the message should be written to the the tool's output log.