DiagOutputStreamTypes
                                                    Writes diagnostic logs to a file, stdout, or both.
| 
                                                                     Value  | 
                                                                
                                                                     The following strings: "debug", "file" or both.  | 
                                                            
| 
                                                                     Default  | 
                                                                
                                                                     debug, file (stdout and file)  | 
                                                            
| 
                                                                     How to set  | 
                                                                
                                                                     As an environment variable. In the SpeechWorks.cfg configuration file. If both locations are defined, the environment variable is used rather than the value in the configuration file.  | 
                                                            
| 
                                                                     Usage  | 
                                                                
                                                                     Occasionally used.  | 
                                                            
A value of "file" indicates that the defined output streams will be actively written (as defined via dDiagFileName when starting the service).
A value of "debug" sends the log output to stdout.