Redirect dblink elog messages from stdout to the log file when in background
authorZac Medico <zmedico@gentoo.org>
Thu, 17 Jul 2008 23:53:49 +0000 (23:53 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 17 Jul 2008 23:53:49 +0000 (23:53 -0000)
commitf88ccbcd7f42c880e6f2c741d114ba049064f904
tree15000ccfaf86246e7b9e9d82b5f860a63ca4481f
parentf202826c41db708712a1847c11f2298b1314b2d9
Redirect dblink elog messages from stdout to the log file when in background
mode. This is implemented by adding a new "out" parameter to the
portage.elog.e* functions, which can be used to send output to an arbitary
file instead of stdout.

svn path=/main/trunk/; revision=11117
pym/_emerge/__init__.py
pym/portage/dbapi/vartree.py
pym/portage/elog/messages.py