|
|
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
|
|
|
|
|
|
|
_reset_buffer()
Reset the internal message buffer when it has been processed, should
not be called directly. |
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
|
|