DDD_CSVLog. Logging observer that outputs to a CSV file.  
 More...
#include <DDD_CSVLog.h>
DDD_CSVLog. Logging observer that outputs to a CSV file. 
      
        
          | DDD_CSVLog | ( | const char * | outFileName, | 
        
          |  |  | const char * | clientName | 
        
          |  | ) |  |  | 
      
 
constructor 
- Parameters
- 
  
    | outFileName | The name of the log file to open |  | clientName | The name client (will be printed in the log) |  
 
 
 
Write a log entry to the file 
- Parameters
- 
  
    | entry | The log entry to write |  
 
Implements DDD_LogObserver.
 
 
The documentation for this class was generated from the following file: