Synopsis

logging_helper implements Python logging module utility functions.

Feature List

  1. Print the call stack on the log.

Installing

  1. Clone this _Git repository on your workstation:

    cd ~/workspace
    git clone git@quip1:qipipe
  2. Install the logging_helper package:

    cd ~/workspace/logging_helper
    pip install -e .

Usage

See the documentation for usage examples.

Project Versions

Table Of Contents

Previous topic

qipipe: OHSU QIN Pipeline

Next topic

logging_helper Package

This Page