SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Interface MessageContextObj

    Log message context for a logger with additional custom data.

    interface MessageContextObj {
        messageContext?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    messageContext?: string

    Name of the message context.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.