Interface LoggerOptions

Hierarchy

  • LoggerOptions

Properties

Properties

identifier?: string

This string will be prepended to the log message before passing it to the parent logger. This value will be used only if the output stream is a Logger instance.

streams?: LoggerStream<Logger | Pick<WritableStream, "write">> | LoggerStream<Logger | Pick<WritableStream, "write">>[]

Defaults to stdout with the default logger prefix from coloredLog.

Generated using TypeDoc