Description
Adds low-boilerplate logging around Python method calls. It helps developers trace when functions are entered, exited, or fail without writing repetitive logging statements by hand.
Call logging can reveal arguments, return values, and private data. Use it carefully around credentials, personal information, or production workloads.