getLogPropertyValue

Retrieves the value of a custom logging property.

Syntax

Copy
function getLogPropertyValue(key: string): string
 
Parameter Description
key Custom key to be included in the log message properties.

Return Value

Returns a string containing the value of the custom log property.

Examples