logzen
    Preparing search index...

    Interface IOMessage

    For sending messages between interfaces and loggers

    interface IOMessage {
        computed: string;
        contents: string;
        level: LogLevel;
        prefix?: string;
    }
    Index

    Properties

    computed: string

    If the message has already been computed, this will contain the computed message

    contents: string

    The message contents

    level: LogLevel

    The log level of the message

    prefix?: string

    The prefix to add to the message