org.speakright.core
Class ContentLogger

java.lang.Object
  extended by org.speakright.core.ContentLogger

public class ContentLogger
extends java.lang.Object

Dumps each VXML page to a file. Used for troubleshooting only.

Author:
IanRaeLaptop

Constructor Summary
ContentLogger(int uci, java.lang.String dir, SRLogger logger)
           
 
Method Summary
 void dump(java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentLogger

public ContentLogger(int uci,
                     java.lang.String dir,
                     SRLogger logger)
Method Detail

dump

public void dump(java.lang.String content)