Type Alias LogMeta

LogMeta: {
    "[SYM]": true;
    tags?: readonly LogTag[];
    readonly [key: string]: unknown;
}

Key-Value info to sent in each log entry, e.g. 'userAgent', 'hostname', 'userId' etc.

Type declaration

  • readonly [key: string]: unknown
  • [SYM]: true
  • Optional Readonlytags?: readonly LogTag[]