Sets the output format for errors.
(self, output_format)
| 867 | self.output_format = 'emacs' |
| 868 | |
| 869 | def SetOutputFormat(self, output_format): |
| 870 | """Sets the output format for errors.""" |
| 871 | self.output_format = output_format |
| 872 | |
| 873 | def SetVerboseLevel(self, level): |
| 874 | """Sets the module's verbosity, and returns the previous setting.""" |