Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InterpretedLog<D>

Log from which we've been able to glean further information

Type parameters

  • D = any

Hierarchy

  • InterpretedLog

Index

Properties

Optional data

data: D

Additional structured information from the log, if specified

Optional doNotReportToUser

doNotReportToUser: boolean

Set to true only if we should not bother to report this log to the user

Optional includeFullLog

includeFullLog: boolean

Should the UX include the full log, or is it too long or ugly?

message

message: string

relevantPart

relevantPart: string

Relevant part of log to display in UX, if we were able to identify it

Generated using TypeDoc