Options for createLogger

Hierarchy

  • TestLoggerOptions

Properties

Properties

env?: ProcessEnv

The environment variables to use. Default: process.env - Used to test TestLogger

record?: boolean

If true, the logger will records all the logged values. - Default: false

stream?: TestStream

The stream to write logs. Default: process.stdout - Used to test TestLogger

Generated using TypeDoc