server.logging.getProperty
(Innovation Studio 22.1 and later)
Retrieves the value of a custom logging property.
Syntax
Copy
function server.logging.getProperty(key: string): string
| Parameter | Description |
|---|---|
key
|
Custom key to be included in the log message properties. |
Return Value
Returns a string containing the value of the custom log property.