The type of options.output in Options

Note: it is a class only for validation purposes via class-validator, but it's not meant to be instantiated.

Constructors

Properties

out?: TOutputFn

Mandatory - enforced in code, but only in final blended output that has a _.merge of all outputs in effective options! It is optional in any individual options.output.

error?: TOutputFn

Mandatory - enforced in code, but only in final blended output that has a _.merge of all outputs in effective options! It is optional in any individual options.output.

fatal?: TOutputFn
critical?: TOutputFn
notice?: TOutputFn
trace?: TOutputFn
warn?: TOutputFn
log?: TOutputFn
info?: TOutputFn
verbose?: TOutputFn
debug?: TOutputFn
silly?: TOutputFn
table?: TOutputFn

Extra non logLevel method

dir?: TOutputFn

Extra non logLevel method