Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Statement

Shape of each log statement.

Hierarchy

  • Statement

Index

Properties

Properties

message: string

One or more sentences that we are interesting in logging.

tags: string[]

An array of tags this log statement is related to.

The tags array should contain a single word describing the severity level (e.g. 'debug', 'info'), and at least tag describing what the log statement is related to.

example

['debug', 'api', 'network']

Generated using TypeDoc