The default error handler prints errors to the given output file.
Class summary |
Methods defined in this class |
fatal_error(msg, stack) initially() msg_impl(msg, stack, n, pre) set_level(n) set_out_file(x) show_stack(stack) validity_error(msg, stack) warning(msg, stack) |
Variables defined in this class |
level out_file |
Method detail |
0 - no output 1 - fatal only 2 - fatal + validity 3 - fatal + validity + warning
The default is 3
Variable detail |