We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
msg
1 parent 6716139 commit c834a4cCopy full SHA for c834a4c
Doc/library/logging.rst
@@ -796,8 +796,9 @@ wire).
796
:type lineno: int
797
798
:param msg: The event description message,
799
- which can be a %-format string with placeholders for variable data.
800
- :type msg: str
+ which can be a %-format string with placeholders for variable data,
+ or an arbitrary object (see :ref:`arbitrary-object-messages`).
801
+ :type msg: typing.Any
802
803
:param args: Variable data to merge into the *msg* argument
804
to obtain the event description.
0 commit comments