Interface StreamZLogSpec

A specification of how to log messages to Node.js stream.

Hierarchy

Properties

Properties

eol?: string

The end of line symbol to separate log lines with.

Default

os.EOL - an OS-specific new line separator.

Message format or formatter to use for text message logging.

Ignored for streams in object mode.

Default

{@link @run-z/log-z!textZLogFormatter Text log format}.

Generated using TypeDoc