Пакет python-module-tracing: Информация

    Бинарный пакет: python-module-tracing
    Версия: 0.9-alt1
    Архитектура: noarch
    Собран:  10 июня 2019 г. 17:01
    Исходный пакет: python-module-tracing
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://liw.fi/tracing/

    Лицензия: GPLv3+
    О пакете: Python debug logging helper
    Описание: 
    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.

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov
    Igor Vlasenko

    Последнее изменение


    22 июля 2017 г. Vitaly Lipatov 0.9-alt1
    - new version 0.9 (with rpmrb script)
    13 августа 2015 г. Vitaly Lipatov 0.8-alt3
    - human build for ALT Linux Sisyphus
    7 июля 2014 г. Igor Vlasenko 0.8-alt1_2
    - update to new release by fcimport