Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

EachLog<D>: Partial<Log<D>> | ((message?: string, options?: LogOptions<D>) => Partial<Log<D>>)

Type parameters

  • D = any

LogLevel: "CRITICAL" | "ERROR" | "WARNING" | "INFO" | "DEBUG" | "NOTSET"
LogOptions<D>: LogShortcutOptions<D> & { logLevel?: LogLevel }

Type parameters

  • D = any

LogPostBulk: Log[]
LogShortcutOptions<D>: Pick<Log<D>, "data" | "operationId" | "duration">

Type parameters

  • D = any

NgLogEngineSessionId<D>: null | number | ((log: Log<D>) => string)

Type parameters

  • D = any

Generated using TypeDoc