CallXML 2.0 Development GuideHome  |  Frameset Home

This documentation is for CallXML 2, which has been superceded by CallXML 3. The CallXML 2 language is not being updated any longer. CallXML 3, however, has many new features and is actively being enhanced. If you're writing a new CallXML application, you should use CallXML 3. Click here for the CallXML 3.0 documentation.
<log>  element

The <log> element replaces the deprecated <simline> element for the purpose out outputting debugging text to the Voxeo logger.


usage
<log value="STRING">


attributes
valueData Type: STRINGDefault: none - attribute is required
The value attribute should define the string message to be output to the Voxeo logger.



possible events
none


code samples
<Log value>
<?xml version="1.0" encoding="UTF-8"?>

<callxml version="2.0">
<block>
  <text>
    Ready to output some debugging text?
    Open the Voxeo logger, and give this app a call!
  </text>
  <log value="=== SHINY HAPPY PEOPLE ==="/>
  <log>=== ANNOY THE HELL OUT OF THE REST OF US ===</log>

  </block>
</callxml>



additional links
none


  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login



© 2008 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site