Welcome to starlog’s documentation!

starlog is a python library to improve python’s standard logger capabilities.

Highlights:

  • Status handler: log status lines in regular intervals
  • Multiprocess handler bubble up messages of sub-processes to the main process when you need to deal with multiple processes

Installation of the latest stable version:

pip install 'starlog[zmq]'

Installation of the latest pre-release / developer version:

pip install --pre 'starlog[zmq]'

Installation of the latest pre-release / developer version from git:

pip install 'git+https://gitlab.com/peick/starlog#egg=starlog[zmq]'

Indices and tables