ftos.logging.setProperty

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

Sets a custom property to be included in log messages.

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

Syntax

Copy
function ftos.logging.setProperty(propertyKey: string, propertyValue: string): void
 
Parameter Description
propertyKey Custom key to be included in the log message properties.
propertyValue Value of the custom log property key.

Examples