server.logging.setProperty

(Innovation Studio 22.1 and later)

Sets a custom property to be included in log messages.

Syntax

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

Examples