Agent-Hellboy / Agent-Hellboy/log_call
Change log_call decorator to accept custom function for logging
未關閉
enhancement
hacktoberfest
- 主要語言
- Python
- 星號
- 1
- 分支
- 1
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Currently, log_call decorator is using the python std module logging module internally to log message
```
@log_call
class A:
def __init__(self):
pass
def a(self,*args,**kwargs):
pass
```
log_call should receive a param where we can pass a custom logging function to log the message as people can use click or several other libs which provide logging facility for logging
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。