|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
|
virtual |
Print exception details to a file.
| file | The file to print the exception details to. Defaults to stderr. |
| include_stacktrace | If set true, then the stacktrace is also output (if available). This output is also generated if the DRAMA2_EXCEPT_PRINT_DUMP environment variable is set or if the alwaysStacktrace argument to the constructor is set true. |