Home > @microsoft/api-extractor > ExtractorLogLevel
ExtractorLogLevel enum
Used with IConfigMessageReportingRule.logLevel and IExtractorInvokeOptions.messageCallback.
Signature:
export declare enum ExtractorLogLevel
Enumeration Members
Member | Value | Description |
|---|---|---|
Error |
| The message will be displayed as an error. |
Info |
| The message will be displayed as an informational message. |
None |
| The message will be discarded entirely. |
Verbose |
| The message will be displayed only when "verbose" output is requested, e.g. using the |
Warning |
| The message will be displayed as an warning. |
Remarks
This is part of the IConfigFile structure.