.. module:: logging :synopsis: User output/logging functions ************************************ :mod:`logging` --- Logging Functions ************************************ .. automodule:: pywikibot.logging :member-order: bysource .. admonition:: Imports in :mod:`pywikibot` module :class: note The following functions are inported in :mod:`pywikibot` module and can also be used as :mod:`pywikibot` members: - :func:`pywikibot.critical()` - :func:`pywikibot.debug()` - :func:`pywikibot.error()` - :func:`pywikibot.exception()` - :func:`pywikibot.info()` - :func:`pywikibot.log()` - :func:`pywikibot.output()` - :func:`pywikibot.stdout()` - :func:`pywikibot.warning()`