Native
Synchronous
No Custom Parameters
Write will write a line to the Cisco Unified Application Server log.
The Write action gives the developer three important parameters to control the log. The LogLevel determines what log level should be given to the statement. Depending on the log level filter currently configured on the Cisco Unified Application Server, the log may or may not show in the server log. For instance, if a Verbose log statement is written, but the log level filter is set to Error, then the log will not show. Because all applications emit to the same Cisco Unified Application Server log, the ApplicationName parameter is optionally available to help distinguish the origin of log statements. If specified, the log statement will be preceded with Application: [VALUE].
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Message * | System.String | The message to write to the log. | |
| LogLevel * | System.String | The log level, which can be one of following values:
| |
| ApplicationName | System.String | The application name to indicate as the source of the message. |
No Result Data
Branch Conditions
No description.
No description.