structlog icon indicating copy to clipboard operation
structlog copied to clipboard

use real method for `warn` and `fatal` to improve UX

Open trim21 opened this issue 1 year ago • 0 comments

warn method and fatal method of BoundLogger are created with warn = warning, make both pycharm and vscode not automatically add ( after auto-complete, write a real method like def warn(self, event: str | None = None, *args: Any, **kw: Any) -> Any: will help this.

This is not a big issue but it would be nice to improve UX.

trim21 avatar Sep 14 '24 19:09 trim21