Options
All
  • Public
  • Public/Protected
  • All
Menu

Uses the winston library to create loggers for the given logging level. By default, it will print to the console with colorized logging levels.

This creates instances of WinstonLogger.

Hierarchy

  • WinstonLoggerFactory

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private Readonly level

level: string

Methods

createLogger

  • createLogger(label: string): Logger

Protected createTransports

  • createTransports(): Transport[]