Interface IOAttachOptions

interface IOAttachOptions {
    input?: AttachLevels;
    output?: AttachLevels;
    prefix?: string;
}

Hierarchy (view full)

Properties

input?: AttachLevels

The log levels to use from the i/o input

output?: AttachLevels

The log levels to use for output to the i/o

prefix?: string