Adds an informative string to the log.

Syntax

Smartsite SXML CopyCode image Copy Code
logging.addinformation(string message, string category)
logging.addinformation(string message, string category, integer logLevel)
logging.addinformation(string message, string category, integer logLevel, string[ ] arguments)

Parameters

Name Data Type Description
message String Message body to log.
category String Category name used to filter the log entry.
logLevel Integer The log level.
arguments String[ ] Message format parameters.

Return Value

None.

Expand image Example

SXML