class documentation
class ServerHandlerLogger(ServerHandler):
ServerHandler that uses dulwich's logger for logging exceptions.
| Method | log |
Log error using dulwich logger. |
| Method | log |
Log exception using dulwich logger. |
| Method | log |
Log message using dulwich logger. |
def log_exception(self, exc_info:
tuple[ type[ BaseException], BaseException, TracebackType] | tuple[ None, None, None] | None):
¶
Log exception using dulwich logger.