configure_formatter
faststream.log.logging.configure_formatter #
Configures a logging formatter.
| PARAMETER | DESCRIPTION |
|---|---|
formatter | The type of logging formatter to configure. |
*args | Additional positional arguments to pass to the formatter constructor. TYPE: |
**kwargs | Additional keyword arguments to pass to the formatter constructor. TYPE: |
| RETURNS | DESCRIPTION |
|---|---|
Formatter | An instance of the configured logging formatter. |