Constructors

Properties

label: string

Accessors

Methods

  • Parameters

    • severity:
          | "error"
          | "warning"
          | "info"
          | "debug"

    Returns void

  • Parameters

    • severity:
          | "error"
          | "warning"
          | "info"
          | "debug"

    Returns void

  • Parameters

    • label: string
    • opts: {
          shouldStart?: boolean;
          silent: boolean;
      } = ...
      • OptionalshouldStart?: boolean
      • silent: boolean

    Returns LogCollector

  • Parameters

    • severity:
          | "error"
          | "warning"
          | "info"
          | "debug"

    Returns void