Sets the output format for errors.
(self, output_format)
| 701 | self.output_format = 'emacs' |
| 702 | |
| 703 | def SetOutputFormat(self, output_format): |
| 704 | """Sets the output format for errors.""" |
| 705 | self.output_format = output_format |
| 706 | |
| 707 | def SetVerboseLevel(self, level): |
| 708 | """Sets the module's verbosity, and returns the previous setting.""" |