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