You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Avoid writing logs on each function. Lets say I want to write function entry and exit log in 'INFO' level, so I can have a option like a decorator which I can mention on top of function something like @loggable, then the logs with function argument will be printed on function start and function end.
Describe the solution you'd like
It would avoid writing tedious log line on each function.
Describe alternatives you've considered
NA
Additional context
Might be there are packages existing for Java on the same lines.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Avoid writing logs on each function. Lets say I want to write function entry and exit log in 'INFO' level, so I can have a option like a decorator which I can mention on top of function something like @loggable, then the logs with function argument will be printed on function start and function end.
Describe the solution you'd like
It would avoid writing tedious log line on each function.
Describe alternatives you've considered
NA
Additional context
Might be there are packages existing for Java on the same lines.
The text was updated successfully, but these errors were encountered: