mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 18:16:34 +02:00
Mention the restriction on message length. (#118043, Martyn Russell)
* glib/tmpl/messages.sgml: Mention the restriction on message length. (#118043, Martyn Russell)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-07-24 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/messages.sgml: Mention the restriction on message length. (#118043, Martyn Russell)
|
||||
|
||||
2003-07-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/string_utils.sgml: Document g_strfreev(NULL).
|
||||
|
@@ -10,6 +10,10 @@ These functions provide support for logging error messages or messages
|
||||
used for debugging.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Note that the formatted messages must not exceed 1024 bytes. Longer messages will be truncated.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
There are several built-in levels of messages, defined in #GLogLevelFlags.
|
||||
These can be extended with user-defined levels.
|
||||
|
Reference in New Issue
Block a user