# logging related variables:
# PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are:
-# blank, info, warn, error, log, qa, *
+# info, warn, error, log, qa, *
# Warning: commenting this will disable elog
-PORTAGE_ELOG_CLASSES="blank log warn error"
+PORTAGE_ELOG_CLASSES="warn error log"
# PORTAGE_ELOG_SYSTEM: selects the module(s) to process the log messages. Modules
# included in portage are (empty means logging is disabled):
PORTAGE_WORKDIR_MODE="0700"
# Some defaults for elog
-PORTAGE_ELOG_CLASSES="blank log warn error"
+PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_ELOG_MAILURI="root"
need to call eend.
</para>
</sect3>
- <sect3 id='package-ebuild-helper-functions-output-eblank'>
- <title>eblank</title>
- <para>
- Show a blank line. Consecutive eblank calls collapse into
- a single blank line.
- </para>
- </sect3>
<sect3 id='package-ebuild-helper-functions-output-eend'>
<title>eend</title>
<para>
.RE
.SH "HELPER FUNCTIONS: OUTPUT"
.TP
-\fBeblank\fR
-Show a blank line. Consecutive eblank calls collapse into
-a single blank line.
-.TP
\fBeinfo\fR \fI"disposable message"\fR
Same as \fBelog\fR, but should be used when the message isn't important to the
user (like progress or status messages during the build process).