Agent-Hellboy / Agent-Hellboy/log_call
Change log_call decorator to accept custom function for logging
Ouverte
enhancement
hacktoberfest
- Langage dominant
- Python
- Étoiles
- 1
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.