Conversation

What’s the proper way to log events in code?

1)

do_task()
log("task called")

or

2)

log("task called")
do_task()
0% 1
100% 2
0
0
0
@lucy I did it by past but that too much verbose
0
0
0