Log

This block writes a message to the event log file on the connection server. This log file usually resides on each connection server in the %TEMP%/CosmoDesigner directory. The actual location depends on the setting for the logging directory registry key.

Ask your CCaaS service provider for guidelines in using Log blocks in CCaaS Designer scripts.

Properties

Values

Description

Message

String

Use for debugging purposes only.

Messages starting with the prefix:

  • "ERROR:", "WARNING:", or "INFO:" are printed in log files and also automatically placed in the Windows Event Log.
  • "DEBUG:" are printed only in log files.
  • "TRACE:" are printed only in log files, provided that trace is enabled in CCaaS Admin.

Messages without one of the above prefixes are written in log files, regardless of the level set in CCaaS Admin (unless the setting is None).

The log files are:

  • CCaaS Designer’s dedicated log-per-call file (must be enabled in CCaaS Admin)
  • Syslog log file (must be enabled in CCaaS Admin)

Note

Prefixes must be uppercase.