|
When parsing output files of a calculation it can be useful to emit logs that include detailed exceptions traceback should they occur, and the Is it possible to make the |
Replies: 1 comment 1 reply
|
Yes this should be possible and I think this already happens. The This |
Yes this should be possible and I think this already happens. The
Parserclass creates a logger using the logger adapterThis
create_logger_adaptershould configure the…