mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-07 11:09:39 +02:00
Correct the docs for the default log handler wrt to which messages go to
2004-09-20 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/messages.sgml: Correct the docs for the default log handler wrt to which messages go to stderr. (#153041, Philippe Blain)
This commit is contained in:
parent
a4026b4cbf
commit
af13bb21bb
@ -1,3 +1,8 @@
|
|||||||
|
2004-09-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/tmpl/messages.sgml: Correct the docs for the default log
|
||||||
|
handler wrt to which messages go to stderr. (#153041, Philippe Blain)
|
||||||
|
|
||||||
Sun Sep 19 23:15:17 2004 Matthias Clasen <maclas@gmx.de>
|
Sun Sep 19 23:15:17 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
|
* glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
|
||||||
|
@ -246,8 +246,8 @@ and log level combination. It outputs the message to stderr or stdout
|
|||||||
and if the log level is fatal it calls abort().
|
and if the log level is fatal it calls abort().
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL, and
|
stderr is used for levels %G_LOG_LEVEL_ERROR, %G_LOG_LEVEL_CRITICAL,
|
||||||
%G_LOG_LEVEL_WARNING. stdout is used for the rest.
|
%G_LOG_LEVEL_WARNING and %G_LOG_LEVEL_MESSAGE. stdout is used for the rest.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@log_domain: the log domain of the message.
|
@log_domain: the log domain of the message.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user