tuil
ReferencePackages@mwillbanks/tuil-log-viewerAPI

LogTheme

interface exported by @mwillbanks/tuil-log-viewer.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-log-viewer.

export interface LogTheme {
  readonly variant: LogThemeVariant;
  readonly tokens: Readonly<
    Record<
      | "trace"
      | "debug"
      | "info"
      | "notice"
      | "warn"
      | "error"
      | "fatal"
      | "timestamp"
      | "source"
      | "service"
      | "attribute"
      | "traceId"
      | "selected"
      | "match"
      | "parseError"
      | "live",
      string
    >
  >;
}

Members

MemberTypeRequiredDescriptionRelated types
variantLogThemeVariantYesThe variant member uses the LogThemeVariant contract.LogThemeVariant
tokensReadonly<Record<"trace" | "debug" | "info" | "notice" | "warn" | "error" | "fatal" | "timestamp" | "source" | "service" | "attribute" | "traceId" | "selected" | "match" | "parseError" | "live", string>>YesThe tokens member uses the Readonly<Record<"trace" | "debug" | "info" | "notice" | "warn" | "error" | "fatal" | "timestamp" | "source" | "service" | "attribute" | "traceId" | "selected" | "match" | "parseError" | "live", string>> 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-log-viewer

On this page