(self, exc, verbose: bool = False)
| 138 | raise LoggingException(record) |
| 139 | |
| 140 | def emit_pretty_exception(self, exc, verbose: bool = False): |
| 141 | return exc.__pretty_exc__(verbose=verbose) |
| 142 | |
| 143 | def emit(self, record): |
| 144 | """Write to Tqdm's stream so as to not break progress-bars""" |