@camunda8/sdk
    Preparing search index...

    Interface ZBLogMessage

    The JSON-stringified version of this is sent to the ZBCustomLogger

    interface ZBLogMessage {
        context: string;
        id: string;
        level: Loglevel;
        message: string;
        time: string;
        timestamp: Date;
    }
    Index

    Properties

    context: string
    id: string
    level: Loglevel
    message: string
    time: string
    timestamp: Date