feat: add logging and support for custom logger (#36)

* feat: add support for logging

* fix linting

* chore: remove old APIError in favor of ServerError
This commit is contained in:
Mateusz Filipowicz
2025-02-23 12:59:46 +01:00
committed by GitHub
parent 95a4ff87ea
commit e79dcb13f0
13 changed files with 260 additions and 63 deletions

View File

@@ -6,6 +6,7 @@ linters:
- 'mnd'
- 'nlreturn'
- 'tagliatelle'
- 'ireturn'
# Temporary
- 'cyclop'