Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for infrastructure level logging.

Hierarchy

  • InfrastructureLogging

Index

Properties

appendOnly?: boolean

Only appends lines to the output. Avoids updating existing output e. g. for status messages. This option is only used when no custom console is provided.

colors?: boolean

Enables/Disables colorful output. This option is only used when no custom console is provided.

console?: Console

Custom console used for logging.

debug?: string | boolean | RegExp | FilterItemTypes[] | ((value: string) => boolean)

Enable debug logging for specific loggers.

level?: "none" | "error" | "warn" | "info" | "log" | "verbose"

Log level.

stream?: WritableStream

Stream used for logging output. Defaults to process.stderr. This option is only used when no custom console is provided.