interface PrettyPrintOptions {
    colorize?: boolean;
    depth?: number;
}

Properties

Properties

colorize?: boolean

Colorizes the message if set to true. Defaults to false.

depth?: number

A number that specifies the maximum depth of the info object being stringified by util.inspect. Defaults to 2.