Add bfxapi/utils subpackage. Add bfxapi/utils/logger.py. Implement logger with log_level in BfxWebsocketClient.py.

This commit is contained in:
itsdeka
2022-11-21 13:04:59 +01:00
committed by Davide Casale
parent 7314578dd7
commit 958134b0f4
4 changed files with 114 additions and 5 deletions

1
bfxapi/utils/__init__.py Normal file
View File

@@ -0,0 +1 @@
NAME = "utils"