Log message context for a logger with additional custom data.

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

Indexable

[key: string]: any

Properties

Properties

messageContext?: string

Name of the message context.

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