We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f06561 commit 56a5592Copy full SHA for 56a5592
docs/processors.md
@@ -13,8 +13,8 @@ Each processors receives three positional arguments:
13
14
**logger**
15
16
-: Your wrapped logger object.
17
- For example {class}`logging.Logger` or {class}`structlog.typing.FilteringBoundLogger` (default).
+: Your wrapped logger object that is called with the final processor return value.
+ For example {class}`logging.Logger` or {class}`structlog.PrintLogger` (default).
18
19
**method_name**
20
0 commit comments