Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WinstonInfo

Describes the info object expected by Winston's transform functions, adding the timestamp and label fields

Hierarchy

  • TransformableInfo
    • WinstonInfo

Indexable

[key: string]: any

Describes the info object expected by Winston's transform functions, adding the timestamp and label fields

Index

Properties

Optional label

label: string

An optional label indicating the source of the message

level

level: string

message

message: string

timestamp

timestamp: string

The ISO timestamp provided by winston.format.timestamp()

Generated using TypeDoc