Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.13 KB

task_oriented.rst

File metadata and controls

35 lines (22 loc) · 1.13 KB

Task oriented doc

Note

Many functions take a stackoverhead param, which is documented in :py:func:`quicklogging.base.get_logger`.

Fetch a logger

Use :py:func:`quicklogging.base.get_logger` also available as :py:func:`quicklogging.get_logger`.

Then, you can use the logger normally.

Available log wrappers

If logging multiple times, it is slower to use these than to use :py:func:`quicklogging.get_logger` and log with received object.

print wrapping functionality

quicklogging provides