ftos.logging.getProperty

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

Retrieves the value of a custom logging property.

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

Syntax

Copy
function ftos.logging.getProperty(propertyKey: string): string
 
Parameter Description
propertyKey Custom key to be included in the log message properties.

Return Value

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

Examples