ftos.logging.isPropertySet

IMPORTANT!  
Starting with v24.3.0, this is renamed from server.logging.isPropertySet to ftos.logging.isPropertySet.

Checks if a custom logging property has been defined.

This is a method suitable for all business service components modules.

Syntax

Copy
function ftos.logging.isPropertySet(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