Module messages
source code
|
|
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(key=None,
phasefilter=None) |
source code
|
|
|
|
_reset_buffer()
Reset the internal message buffer when it has been processed, should
not be called directly. |
source code
|
|
|
|
_log_levels = frozenset(['ERROR', 'INFO', 'LOG', 'QA', 'WARN'])
|
|
|
_msgbuffer = {}
|
|
|
__package__ = 'portage.elog'
|
|
|
eerror = <portage.elog.messages._make_msgfunction object at 0x...
|
|
|
einfo = <portage.elog.messages._make_msgfunction object at 0xa...
|
|
|
elog = <portage.elog.messages._make_msgfunction object at 0xa2...
|
|
|
eqawarn = <portage.elog.messages._make_msgfunction object at 0...
|
|
|
ewarn = <portage.elog.messages._make_msgfunction object at 0xa...
|
Imports:
portage,
EBUILD_PHASES,
_,
os,
_encodings,
_unicode_encode,
_unicode_decode,
io,
sys,
colorize,
writemsg
eerror
- Value:
<portage.elog.messages._make_msgfunction object at 0xa28b1ac>
|
|
einfo
- Value:
<portage.elog.messages._make_msgfunction object at 0xa28b1ec>
|
|
elog
- Value:
<portage.elog.messages._make_msgfunction object at 0xa28b18c>
|
|
eqawarn
- Value:
<portage.elog.messages._make_msgfunction object at 0xa28b20c>
|
|
ewarn
- Value:
<portage.elog.messages._make_msgfunction object at 0xa28b16c>
|
|