Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37487048
en ru br
ALT Linux repos
S:0.9-alt2

Group :: Development/Python3
RPM: python3-module-tracing

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.9-alt2
Build date: 15 january 2020, 13:19 ( 222.9 weeks ago )
Size: 22.34 Kb

Home page:   http://liw.fi/tracing/

License: GPLv3+
Summary: Python debug logging helper
Description:

The Python library tracing helps with logging debug messages. It
provides a couple of functions for logging debug messages, and allows
the user to enable or disable logging for particular code modules.

It is sometimes practical to add a lot of debugging log messages to a
program, but having them enabled all the time results in very large
log files. Also, logging that much takes quite a bit of time.

This module provides a way to turn such debugging or tracing messages
on and off, based on the filename they occur in. The logging can that
be left in the code, and only enabled when it is needed.

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-tracing
  • python3-module-tracing-docs
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin