Package portage :: Package elog :: Module messages
[hide private]

Module messages

source code

Functions [hide private]
 
collect_ebuild_messages(path)
Collect elog messages generated by the bash logging function stored at 'path'.
source code
 
_elog_base(level, msg, phase='other', key=None, color=None, out=None)
Backend for the other messaging functions, should not be called directly.
source code
 
collect_messages() source code
 
_reset_buffer()
Reset the internal message buffer when it has been processed, should not be called directly.
source code
 
_make_msgfunction(level, color) source code
 
eerror(msg, phase='other', key=None, out=None)
Display and log a message assigned to the given key/cpv (or unassigned if no key is given).
source code
 
einfo(msg, phase='other', key=None, out=None)
Display and log a message assigned to the given key/cpv (or unassigned if no key is given).
source code
 
elog(msg, phase='other', key=None, out=None)
Display and log a message assigned to the given key/cpv (or unassigned if no key is given).
source code
 
eqawarn(msg, phase='other', key=None, out=None)
Display and log a message assigned to the given key/cpv (or unassigned if no key is given).
source code
 
ewarn(msg, phase='other', key=None, out=None)
Display and log a message assigned to the given key/cpv (or unassigned if no key is given).
source code
Variables [hide private]
  _msgbuffer = {}

Imports: colorize, EBUILD_PHASES, writemsg, os, sys