logzen
    Preparing search index...

    Interface IOAttachOptions

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

    Hierarchy (View Summary)

    Index

    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