ftos.logging.clearProperty

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

Clears the value of a custom logging property.

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

Syntax

Copy
function ftos.logging.clearProperty(key: string): void
 
Parameter Description
key Custom log property key to be cleared.

Examples