Lines Matching refs:str
205 elif str(level) == level:
287 using str(msg) % args to create the message field of the record. The
375 msg = str(self.msg)
587 use one of %-formatting, :meth:`str.format` (``{}``) formatting or
938 Set the logging level of this handler. level must be an int or a str.
1144 name = str(name)
1339 if not isinstance(name, str):
1462 Set the logging level of this logger. level must be an int or a str.
1977 %-formatting, :meth:`str.format` and :class:`string.Template`
2087 if not name or isinstance(name, str) and name == root.name:
2255 # bpo-46557: Log str(s) as msg instead of logger.warning("%s", s)
2257 logger.warning(str(s))