* Constructor for the OutputHandler
()
| 140 | * Constructor for the OutputHandler |
| 141 | */ |
| 142 | constructor() { |
| 143 | // Default config values |
| 144 | this.stdOutput = true; |
| 145 | this.tableOutput = false; |
| 146 | this.jsonOutput = false; |
| 147 | // this.jsonOutputFile = null; |
| 148 | |
| 149 | this.trace = false; |
| 150 | this.silent = false; |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Setup the required arguments for sywac to process output configurations |
nothing calls this directly
no outgoing calls
no test coverage detected