We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
msg
1 parent acfe02f commit f2e5a6eCopy full SHA for f2e5a6e
Doc/library/logging.rst
@@ -813,8 +813,9 @@ wire).
813
:type lineno: int
814
815
:param msg: The event description message,
816
- which can be a %-format string with placeholders for variable data.
817
- :type msg: str
+ which can be a %-format string with placeholders for variable data,
+ or an arbitrary object (see :ref:`arbitrary-object-messages`).
818
+ :type msg: typing.Any
819
820
:param args: Variable data to merge into the *msg* argument
821
to obtain the event description.
0 commit comments