LogDiagnostic
interface exported by @mwillbanks/tuil-logging.
interface
Public interface exported by @mwillbanks/tuil-logging.
export interface LogDiagnostic {
readonly severity: "warning" | "error";
readonly message: string;
readonly raw?: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
severity | "warning" | "error" | Yes | The severity member uses the "warning" | "error" contract. | — |
message | string | Yes | The message member uses the string contract. | — |
raw | string | undefined | No | The raw member uses the string | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference