frosch icon indicating copy to clipboard operation
frosch copied to clipboard

Hook/provide hook for logging.exception

Open pjz opened this issue 3 years ago • 1 comments

It would be nice if there was a way to get logging.exception to do the equivalent of what frosch does, but into the log stream. Or maybe there is and I don't know it?

pjz avatar Nov 14 '20 17:11 pjz

The best way is probably to provide a custom LoggingHandler which is usable by its own or can be used as a base class. The frosch LoggingHandler would the implement its logic for the logging.exceptionfunction.

Something to look into

HallerPatrick avatar Nov 14 '20 23:11 HallerPatrick