isLogPropertySet

Checks if a custom logging property has been defined.

Syntax

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

Return Value

Returns a boolean indicating if the custom property has been defined.

Examples