]> git.ipfire.org Git - people/stevee/pakfire.git/commit
logging: Make own pakfire logger.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Nov 2011 10:22:39 +0000 (11:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Nov 2011 10:22:39 +0000 (11:22 +0100)
commit8b6bc0232c7ada7dff955d5de6907e6b7d292ff0
tree00716d3c98a4c65f5260a5d9ebae398b26fa4048
parent1b51609b93227835fdfdad339ac0b27ee389ca6a
logging: Make own pakfire logger.

This gives us the opportunity to import the pakfire module
anywhere and to not interfere with other (root-)loggers then.
22 files changed:
po/pakfire.pot
python/pakfire/actions.py
python/pakfire/base.py
python/pakfire/builder.py
python/pakfire/distro.py
python/pakfire/downloader.py
python/pakfire/logger.py
python/pakfire/packages/base.py
python/pakfire/packages/file.py
python/pakfire/packages/lexer.py
python/pakfire/packages/make.py
python/pakfire/packages/packager.py
python/pakfire/repository/__init__.py
python/pakfire/repository/base.py
python/pakfire/repository/database.py
python/pakfire/repository/index.py
python/pakfire/repository/local.py
python/pakfire/repository/remote.py
python/pakfire/satsolver.py
python/pakfire/server.py
python/pakfire/transaction.py
python/pakfire/util.py