Type alias TLoggableEntry

TLoggableEntry: Error | TLoggableParam

Additional object type that can be passed to be written to log. Can be one of:

  • Error object
  • Instance of AbstractLoggable
  • IJson

Generated using TypeDoc