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 はまだ評価されていません。