Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpenedLox

Hierarchy

Methods

Properties

Methods

add

close

error

namedError

  • namedError(name: string, message: string, existingError?: unknown, item?: ItemType, itemOptions?: ItemOptions): void
  • a direct shortcut for Loxer.of(...).error(new NamedError(...)). It combines the parameters of the NamedError and the .error() method

    Parameters

    • name: string
    • message: string
    • Optional existingError: unknown
    • Optional item: ItemType
    • Optional itemOptions: ItemOptions

    Returns void

Properties

id

id: number

the identifier of the opening log

Generated using TypeDoc