Agent-Hellboy / Agent-Hellboy/log_call

Change log_call decorator to accept custom function for logging

オープン
#1 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。